-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.6
-
Fix Version/s: 1.1.7
-
Component/s: Context and Scopes
-
Labels:None
When an @ApplicationScoped Bean containing a producermethod has a @Dependent scoped injection point and produces a @Requestion bean then it will get destroyed with the produced @RequestScoped bean.
This is actually wrong as it should survive until the end of the application and only then get destroyed!