[weld-issues] [JBoss JIRA] Created: (WELD-256) Bootstrap End Initialization May Not Complete Before ContextInitialized (Servlet)

Roger Kitain (JIRA) jira-events at lists.jboss.org
Wed Nov 4 12:00:05 EST 2009


Bootstrap End Initialization May Not Complete Before ContextInitialized (Servlet)
---------------------------------------------------------------------------------

                 Key: WELD-256
                 URL: https://jira.jboss.org/jira/browse/WELD-256
             Project: Weld
          Issue Type: Bug
          Components: Bootstrap and Metamodel API
         Environment: mac, glassfish
            Reporter: Roger Kitain


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list