2 Replies Latest reply on Aug 4, 2011 10:27 AM by tdevos09

    RichFacesStrategy.finishResponse() causes NullPointerException

    tdevos09

      Hello,

       

      I have a problem with the Portletbridge. Sometime while changing the pages I'll get an exception like this:

       

      ...

      Caused by: javax.portlet.faces.BridgeException: java.lang.NullPointerException

              at org.jboss.portletbridge.richfaces.RichFacesStrategy.finishResponse(RichFacesStrategy.java:161)

              at org.jboss.portletbridge.richfaces.RichFacesStrategy.afterResourceRequest(RichFacesStrategy.java:245)

              at org.jboss.portletbridge.BridgeStrategyWrapper.afterResourceRequest(BridgeStrategyWrapper.java:133)

              at org.jboss.portletbridge.AjaxPortletBridge.doFacesRequest(AjaxPortletBridge.java:839)

              at javax.portlet.faces.GenericFacesPortlet.serveResource(GenericFacesPortlet.java:541)

              ... 183 more

       

      I'dont know what conditions this exception causes, sometimes I get it, often not.

       

      I'm using Portlet Bridge 2.0.0.FINAL

       

      Many thanks for helping.