ApplicationContext and SingletonContext in WebContextsService
-------------------------------------------------------------
Key: OWB-512
URL: https://issues.apache.org/jira/browse/OWB-512
Project: OpenWebBeans
Issue Type: Bug
Components: Java EE Integration
Affects Versions: 1.1.0
Reporter: Gerhard Petracek
Assignee: Gurkan Erdogdu
WebContextsService shouldn't cache ApplicationContext and SingletonContext in
thread-locals (without a fallback) because WebBeansConfigurationListener might
call WebContextsService#endContext too early.
if e.g. a portable extension gets invoked afterwards it can't access those
contexts. since both contexts have to exist all the time a different approach
(or a fallback) is needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.