[cdi-dev] [JBoss JIRA] Commented: (CDI-86) Support firing general purpose lifecycle events in Java EE environments
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Mon Jul 18 10:26:23 EDT 2011
[ https://issues.jboss.org/browse/CDI-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614804#comment-12614804 ]
Jozef Hartinger commented on CDI-86:
------------------------------------
We should make sure that in a multi-war environment (an EAR bundling multiple web applications) a web application observes its own ServletContext only (Not every @Initialized @Application ServletContext fired for the EAR).
It's important to mention this explicitly since a naive implementation (e.g. a CDI extension with an event firer placed in a shared location) would notify each web application of each ServletContext in the deployment - which is wrong.
> Support firing general purpose lifecycle events in Java EE environments
> -----------------------------------------------------------------------
>
> Key: CDI-86
> URL: https://issues.jboss.org/browse/CDI-86
> Project: CDI Specification Issues
> Issue Type: Feature Request
> Components: Java EE integration
> Affects Versions: 1.0
> Reporter: Pete Muir
> Assignee: Pete Muir
> Fix For: 1.1 (Confirmed)
>
>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list