Hello. I'm using the JSF portlet bridge 
(org.apache.portals.bridges.jsf.FacesPortlet) in a JSR 168 portlet to surface a 
rudimentary JSF application. Unfortunately, the bridge is throwing an 
UnsupportedOperationException when VIEW mode is triggered:

2008-04-29 13:50:05,812 [http-127.0.0.1-10080-1] WARN 
javax.enterprise.resource.webcontainer.jsf.lifecycle - 
executePhase(RENDER_RESPONSE 6,[EMAIL PROTECTED]) threw exception
java.lang.UnsupportedOperationException
at javax.faces.context.FacesContext.getELContext(FacesContext.java:137)
at 
com.sun.faces.application.ApplicationImpl.createValueBinding(ApplicationImpl.java:467)
at 
com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(ViewHandlerImpl.java:697)
at 
com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(ViewHandlerImpl.java:676)
at 
com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:284)
at 
org.apache.portals.bridges.jsf.PortletViewHandlerImpl.renderView(PortletViewHandlerImpl.java:137)
at 
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
at org.apache.portals.bridges.jsf.FacesPortlet.process(FacesPortlet.java:517)
at org.apache.portals.bridges.jsf.FacesPortlet.doView(FacesPortlet.java:323)
at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:328)
at javax.portlet.GenericPortlet.render(GenericPortlet.java:233)
...

I've seen this happen on two different application servers (Tomcat 5 and JBoss 
4.2.2) with my portlet container, and I'm wondering how i might get more 
insight into what's happening?

 
Thanks,

Joe


























---------------------------------------------------



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply via email to