[
https://issues.apache.org/jira/browse/OWB-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg resolved OWB-605.
-------------------------------
Resolution: Fixed
Fix Version/s: (was: 1.2.0)
1.1.5
> tomcat plugins must register WebBeansConfigurationListener as first Listener
> -----------------------------------------------------------------------------
>
> Key: OWB-605
> URL: https://issues.apache.org/jira/browse/OWB-605
> Project: OpenWebBeans
> Issue Type: Bug
> Components: Java EE Integration
> Affects Versions: 1.1.0
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: 1.1.5
>
>
> Currently the ContextLifecycleListener of our tomcat6 and tomcat7 plugins
> always register all OWB specific servlet listeners as first in the list.
> This is problematic in conjunction with JSF because certain CDI Extensions
> rely on JSF being started already.
> We should introduce a way to specify listeners which must be registered
> before our own OWB specific Servlet listeners.
> This could be in the form of an openwebbeans.properties
> /**
> * comma separated list of servlet listeners which OWB must not be registered
> before (if they exist).
> */
> openwebbeans.contextlifecyclelistener.after=org.apache.myfaces.web.StartupServletContextListener,com.sun.mojarra....
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira