"deniss.parhomenko" wrote : Hi, | | I have a different configuration files, but the same environment (Oracle EA19, My faces, Seam b2) | | and receive the same exception : | java.lang.IllegalStateException: No active application scope | | org.jboss.seam.core.Init.instance(Init.java:84) | | org.jboss.seam.Component.getInstanceFromFactory(Component.java:1061) | | org.jboss.seam.Component.getInstance(Component.java:1034) | | org.jboss.seam.Component.getInstance(Component.java:1020) | | org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:43) | | com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:130) | | com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:41) | | com.sun.el.parser.AstEqual.getValue(AstEqual.java:20) | | com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:183) | | com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | | com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56) | | oracle.adf.view.faces.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:55) | | oracle.adf.view.faces.bean.util.ValueMap.get(ValueMap.java:54) | | oracle.adf.view.faces.bean.util.ValueMap$EntryImpl.getValue(ValueMap.java:175) | | org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:187) | | org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:313) | | org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:313) | | org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:313) | | org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:147) | | org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:139) | | org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:119) | | org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:363) | | javax.faces.webapp.FacesServlet.service(FacesServlet.java:107) | | oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:356) | | oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:325) | | oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:190) | | oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87) | | org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122) | | org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:44) | | In Seam b1 evrything work fine
I don't know quite what this exception is, but it is not in any way related to the previous posters problems. Basically what is happening is that the Seam variable resolver is getting called outside a scope where it is initialized. Are you sure you have the StartupListener correctly installed and bootstrapping Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916042#3916042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916042 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
