I'm getting an error with a JSF 2.0 application I'm deploying to TomEE. Everything deploys fine, but I can't access the app - I get the following error in the browser:
WebBeans context with scope type annotation @RequestScoped does not exist within current thread viewId=/movies/List location=/Users/jon/tmp/apache-tomee-plus-1.0.0-beta-2-SNAPSHOT/webapps/moviefun/movies/List phaseId=RESTORE_VIEW(1) Caused by: javax.enterprise.context.ContextNotActiveException - WebBeans context with scope type annotation @RequestScoped does not exist within current thread at org.apache.webbeans.container.BeanManagerImpl.getContext(BeanManagerImpl.java:341) Has anyone got any clues? I'm not using CDI (knowingly, at least) - but this seems to be coming from OpenWebBeans. I'm happy to debug this further in TomEE if its a bug - I'd need some pointers though - I'm not sure where to start with this one. Thanks Jon
