Hi, it seems this tck test can fail depending of the build:
*Failed tests: testSessionContextSharedBetweenServletRequestsInSameHttpSession(org.jboss.jsr299.tck.tests.context.session.SessionContextTest): 500 Internal Server Error for http://localhost:33720/org.jboss.jsr299.tck.tests.context.session.SessionContextTest/IntrospectSession* any idea? it just test that when you call twice a servlet you get the same session scoped cdi bean. the error is * * * javax.enterprise.context.ContextNotActiveException: WebBeans context with scope type annotation @SessionScoped does not exist within current thread at org.apache.webbeans.container.BeanManagerImpl.getContext(BeanManagerImpl.java:341) at org.apache.webbeans.container.InjectableBeanManager.getContext(InjectableBeanManager.java:115) * - Romain
