-
Bug
-
Resolution: Done
-
Major
-
7.2.3.GA
Method annotated with @PreDestroy is not called when the page is refreshed using F5. This was the test:
- Every time I click F5 the page refreshes and a new View Scoped bean is created.
- Whenever I redirect to another page, the current View Scope bean is destroyed.
- Whenever I invalidate the session, ONLY the latest View Scoped beans that was created is destroyed
When I click F5 the view scoped bean is not destroyed but a new bean is created. Thus, the old bean is not removed any time.
- clones
-
JBEAP-18068 [GSS](7.3.z) @PreDestroy not called on view scoped using CDI.
- Closed
- is incorporated by
-
JBEAP-18063 [GSS](7.2.5 patch) @PreDestroy not called on view scoped using CDI.
- Closed
-
JBEAP-18327 [GSS](7.2.z) Upgrade JSF based on Mojarra 2.3.5.SP3-redhat-00004 to 2.3.5.SP3-redhat-00005
- Closed
- is related to
-
JBEAP-16535 [GSS](7.2.z) WFLY-11869 - JSF Session / View Beans @Destroy not invoked after GC
- Closed
- links to