[
https://issues.apache.org/jira/browse/OWB-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Berthold Scheuringer resolved OWB-86.
-------------------------------------
Resolution: Fixed
the issue has already been fixed by Gurkan Erdogdu in the last version - sorry,
I ve overseen this
> WebBeansPhaseListener has a static field which gets (potetially) initialized
> before the OWB context is initialized
> ------------------------------------------------------------------------------------------------------------------
>
> Key: OWB-86
> URL: https://issues.apache.org/jira/browse/OWB-86
> Project: OpenWebBeans
> Issue Type: Bug
> Components: Core
> Reporter: Berthold Scheuringer
> Assignee: Gurkan Erdogdu
>
> The WebBeansPhaseListener gets instantiated and initialized whilst the JSF
> servlet context listener gets executed - therefore this can (potentially) be
> before that the OWB servlet context listener has initialized the OWB context.
> In that case the resolution of the static field "manager" leads to a null
> value (because of the "rootActivity" has not been set so far) and will never
> be updated - so the phase listener will never work properly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.