Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.6
-
None
Description
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!