Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 99498 invoked from network); 2 May 2006 20:44:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 20:44:23 -0000 Received: (qmail 24061 invoked by uid 500); 2 May 2006 20:44:20 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 24022 invoked by uid 500); 2 May 2006 20:44:20 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 24011 invoked by uid 99); 2 May 2006 20:44:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 13:44:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 13:44:19 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 82740714292 for ; Tue, 2 May 2006 20:43:47 +0000 (GMT) Message-ID: <18948005.1146602627532.JavaMail.jira@brutus> Date: Tue, 2 May 2006 20:43:47 +0000 (GMT+00:00) From: "Werner Punz (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Resolved: (TOMAHAWK-390) Scope sanbox component is not working with seam, and will broke aplication. In-Reply-To: <73972381.1146041282999.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/TOMAHAWK-390?page=all ] Werner Punz resolved TOMAHAWK-390: ---------------------------------- Resolution: Fixed This issue is resolved for now, I removed the scope phase listener entirely, from the definitions, also the tag definition already has been removed. I will keep the code in for now just in case someone needs it. Please if you can find similar problems in the ajax phase listeners open separate jira requests. > Scope sanbox component is not working with seam, and will broke aplication. > --------------------------------------------------------------------------- > > Key: TOMAHAWK-390 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-390 > Project: MyFaces Tomahawk > Type: Bug > Versions: 1.1.3-SNAPSHOT > Environment: myfaces last svn version, all seam version. > Reporter: Grigoras Cristinel > Assignee: Werner Punz > > 11:29:37,141 INFO [org.apache.myfaces.custom.scope.ScopeUtils] ScopeContainer not found - has not been initialized. > javax.faces.el.EvaluationException: Cannot get value for expression '#{ScopeContainer}' > at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:402) > at org.apache.myfaces.custom.scope.ScopeUtils.getManagedBean(ScopeUtils.java:78) > at org.apache.myfaces.custom.scope.AfterScopePhaseListener.afterPhase(AfterScopePhaseListener.java:44) > at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:89) > at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:391) > at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at org.jboss.seam.servlet.SeamServletFilter.doFilter(SeamServletFilter.java:48) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) > at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:394) > at org.apache.catalina.valves.FastCommonAccessLogValve.invoke(FastCommonAccessLogValve.java:495) > at org.apache.catalina.valves.RequestDumperValve.invoke(RequestDumperValve.java:150) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868) > at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663) > at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) > at java.lang.Thread.run(Thread.java:595) > Caused by: java.lang.IllegalStateException: No active application scope > at org.jboss.seam.core.Init.instance(Init.java:89) > at org.jboss.seam.Component.getInstanceFromFactory(Component.java:2261) > at org.jboss.seam.Component.getInstance(Component.java:2207) > at org.jboss.seam.Component.getInstance(Component.java:2179) > at org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:44) > at org.apache.myfaces.config.LastVariableResolverInChain.resolveVariable(LastVariableResolverInChain.java:42) > at org.apache.myfaces.el.ValueBindingImpl$ELVariableResolver.resolveVariable(ValueBindingImpl.java:574) > at org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124) > at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:383) > ... 34 more > 11:29:37,157 ERROR [org.jboss.seam.servlet.SeamServletFilter] ended request due to exception > java.lang.IllegalStateException: No active event context -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira