[weld-issues] [JBoss JIRA] Updated: (WELD-256) Bootstrap End Initialization May Not Complete Before ContextInitialized (Servlet)
Pete Muir (JIRA)
jira-events at lists.jboss.org
Wed Nov 4 12:26:05 EST 2009
[ https://jira.jboss.org/jira/browse/WELD-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated WELD-256:
---------------------------
Component/s: GlassFish Integration
Web Tier integration (JSF, JSP, EL and Servlet)
Fix Version/s: 1.0.0.CR2
> 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, GlassFish Integration, Web Tier integration (JSF, JSP, EL and Servlet)
> Environment: mac, glassfish
> Reporter: Roger Kitain
> Fix For: 1.0.0.CR2
>
>
> 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