bruno, have you tried 1.2.3 of Trinidad ? I see the method in question being added in 1.2.4
-M On Wed, Feb 27, 2008 at 2:28 PM, Bruno Aranda <[EMAIL PROTECTED]> wrote: > Hi, > > I have a webapp with the combination > > myfaces core 1.2.3-SNAPSHOT > trinidad 1.2.7-SNAPSHOT > orchestra-core 1.1-SNAPSHOT > and others (Facelets, Spring...) > > This used to work a weeks ago, but today I was trying to start it again and > on initialization this exception happens: > > 2008-02-27 13:23:37,991 [btpool0-1] DEBUG (JsfFrameworkAdapter,57) - > Beginning request > 2008-02-27 13:23:37,992 [btpool0-1] DEBUG > (OrchestraFacesContextFactory$1,114) - Running inithandler of type > java.util.LinkedList$ListItr > 2008-02-27 13:23:37,997 [btpool0-1] DEBUG > (OrchestraFacesContextFactory$1,114) - Running inithandler of type > java.util.LinkedList$ListItr > 2008-02-27 13:23:38,365 [btpool0-1] DEBUG > (OrchestraFacesContextFactory$1,129) - Running release > 2008-02-27 13:23:38,368 [btpool0-1] DEBUG (JsfFrameworkAdapter,69) - Ending > request > 2008-02-27 13:23:38.260::WARN: Error for > /intact/intact-search-webapp/search.xhtml > java.lang.StackOverflowError > at > javax.faces.context.FacesContext.getCurrentInstance(FacesContext.java:98) > at javax.faces.context.FacesContext.getELContext(FacesContext.java:35) > at > org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) > at javax.faces.context.FacesContext.getELContext(FacesContext.java:40) > at > org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) > at javax.faces.context.FacesContext.getELContext(FacesContext.java:40) > at > org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) > at javax.faces.context.FacesContext.getELContext(FacesContext.java:40) > at > org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) > at javax.faces.context.FacesContext.getELContext(FacesContext.java:40) > at > org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) > at javax.faces.context.FacesContext.getELContext(FacesContext.java:40) > at > org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) > at javax.faces.context.FacesContext.getELContext(FacesContext.java:40) > at > org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) > at javax.faces.context.FacesContext.getELContext(FacesContext.java:40) > at > org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) > at javax.faces.context.FacesContext.getELContext(FacesContext.java:40) > at > org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) > > Tried to switch Trinidad and myfaces to stable or previous versions to no > avail, so I guess this is related to the FacesContext creation by Orchestra. > Any recent development that might cause this? Any configuration I have to > add? > > I am a bit rusty with orchestra lately, so hopefully I can be up to date for > the JSFDays! :) > > Cheers, > > Bruno > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

