Hi! We have an @ApplicationScoped bean that is first created in a CDI Extension (in a method that @Observes AfterDeploymentValidation) . After creation the method calls an init-method (together with some data collected in a method @Observes ProcessAnnotatedType) on the @ApplicationScoped bean which internally sets a flag. This flag is checked by all business methods on the bean (a flag that marks the bean as initialized).
There are no other method that explicitly sets the flag to false, the only time the flag is false is when the bean has been created the first time. We are running WAS 8.5.5.1 and see in our trace logs that after some time the flag is false which indicates that the @ApplicationScoped bean has been recreated. Questions: - Can @ApplicationScoped beans be recycled/reinitialized somehow? And if so under what circumstances? Regards Lars-Fredrik -- Med vänlig hälsning / Best regards Lars-Fredrik Smedberg STATEMENT OF CONFIDENTIALITY: The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the address(es) and may contain confidential or privileged information. If you are not the intended recipient, please notify Lars-Fredrik Smedberg immediately at [email protected], and destroy all copies of this message and any attachments.
