-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Currently, in GlassFish we execute:
startContainer
startInitialization
deployBeans
when an APPLICATION_LOADED event is received.
And we execute:
validateBeans
endInitialization
when an APPLICATION_STARTED event is received.
This is problematic because weld expects the bootsrapping process (including endInitialization) to be complete
by the time a servlet context initialized event is received.