Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Later
-
1.6.0
-
None
-
None
-
owb/tomee7
Description
ContextControl#stopContext(RequestScoped.class) also stops the session-context (at least in case of the current snapshot of tomee7) which requires the following workaround:
contextControl.stopContext(RequestScoped.class); contextControl.startContext(RequestScoped.class); contextControl.startContext(SessionScoped.class);
however, such a workaround is not portable.
without the workaround:
WebBeans context with scope type annotation @SessionScoped does not exist within current thread
at org.junit.Assert.fail(Assert.java:93)
at org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest.testNewRequests(ContainerCtrlTckTest.java:321)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Attachments
Issue Links
- relates to
-
DELTASPIKE-1130 improve cdi-ctrl-tck
- Closed
-
DELTASPIKE-1131 improve MockHttpSession
- Closed