-
Bug
-
Resolution: Done
-
Critical
-
7.0.0.ER6
-
Release Notes
-
-
-
-
-
-
Documented as Known Issue
EJB 3.1 spec, section 4.8.1: "If the Startup annotation appears on the Singleton bean class or if the Singleton has been designated via the deployment descriptor as requiring eager initialization, the container must initialize the Singleton bean instance during the application startup sequence. The container must initialize all such startup-time Singletons before any external client requests (that is, client requests originating outside of the application) are delivered to any enterprise bean components in the application.
Wildlfy does not implement this correctly, and allows calls to other EJBs before a @Startup @Singleton finishes its @PostConstruct call.
- blocks
-
JBEAP-8941 EAP 7.1 Alpha Release Notes Tracker
- Closed
-
JBEAP-9061 EAP 7.1 Alpha Release Notes Fixed Issues Tracker
- Closed
- clones
-
JBEAP-3871 [GSS](7.0.z) EJBs accessible too early (spec violation)
- Verified