CDI Injection is failing for Request Scoped Bean - WELD-001303: No active contexts for scope type javax.enterprise.context.RequestScoped in EAP 7.2
Issue
CDI Injection is failing for Request Scoped Bean, it works as expected on EAP 6.4 CP21 but fails with exception below on EAP 7.2 CP6:
org.jboss.weld.contexts.ContextNotActiveException: WELD-001303: No active contexts for scope type javax.enterprise.context.RequestScoped
The code flow is: client -> JAXRS in war -> call ClientBean (from war) -> EJB3LocalBean (ear/jar) -> DTOBean (injected from ear/jar) -> ContextServiceInterface (injected from ear/jar)
Environment
Red Hat Enterprise Application Platform 7.2
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.