0 Replies Latest reply on Aug 14, 2008 7:47 PM by dwelsch

    Error with progressBar in Portlet

    dwelsch

      Hi,

      We're using RichFaces 3.2.0GA in a JBoss Portal Server 2.6.5.SP1 using the JBoss portlet bridge 1.0B3.

      When we have an active progressBar control running in a Portlet, changing to a different page and then returning causes the following errors:

      --------

      javax.portlet.PortletException: Error process faces request
      at javax.portlet.faces.GenericFacesPortlet.doFacesDispatch(GenericFacesPortlet.java:346)
      at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:306)
      at com.sandcherry.smc.portlets.ConfigurationPortlet.doView(ConfigurationPortlet.java:49)
      at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133)
      at javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:287)
      at javax.portlet.GenericPortlet.render(GenericPortlet.java:306)

      ...

      javax.portlet.faces.BridgeException: Error processing render lifecycle
      at org.jboss.portletbridge.ExceptionHandlerImpl.processRenderException(ExceptionHandlerImpl.java:58)
      at org.jboss.portletbridge.AjaxPortletBridge.doFacesRequest(AjaxPortletBridge.java:426)
      at javax.portlet.faces.GenericFacesPortlet.doFacesDispatch(GenericFacesPortlet.java:343)
      at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:306)

      ...

      javax.faces.FacesException: java.lang.ClassCastException: org.jboss.portlet.JBossRenderRequest
      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:306)
      at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
      at org.jboss.portletbridge.AjaxPortletBridge.render(AjaxPortletBridge.java:591)
      at org.jboss.portletbridge.AjaxPortletBridge.renderResponse(AjaxPortletBridge.java:446)
      at org.jboss.portletbridge.AjaxPortletBridge.doFacesRequest(AjaxPortletBridge.java:344)

      --------

      Redeploying the application war or restarting the server are the only ways to get back to a running state after this error.

      Has anyone seen anything like this? And, is this the right forum? Should I cross post to Portlet Bridge?

      Thanks,

      Dave Welsch