RootCauseunvalidated
There is a hint in CDI specification on "restrictions upon bean types of beans with normal scopes". Tension: Normal scopes according to the specs consist of "all scopes defined by this specification, except for the `@Dependent` pseudo-scope". Outcome: remove `@RequestScoped` annotation from producer method.
285f7a39-942b-4d0e-8e0e-e493be827668
There is a hint in CDI specification on "restrictions upon bean types of beans with normal scopes". Tension: Normal scopes according to the specs consist of "all scopes defined by this specification, except for the @Dependent pseudo-scope". Outcome: remove @RequestScoped annotation from producer method.