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