0 Replies Latest reply on Apr 5, 2010 4:55 PM by fsportal

    Jboss Portal4.3 with JSF1.2,richfaces with Facelets

      Hi,

       

      We are facing issue deploying the application in JBOSS portal in a CLUSTERED ENVIRONMENT

       

      Back ground

       

      1.       1.We are using Jboss Portal 4.3.0 CP4 , JSF 1.2 and Richfaces with Facelets along with Spring 2.0

      2.      2. Using Portlet Bridge(portletbridge-api-1.0.0.CR3.jar & portletbridge-impl-1.0.0.CR3.jar ) for communication b\w JSF and portlet

      3.      3. Extending portlet class javax.portlet.faces.GenericFacesPortlet (configuration is done in portlet.xml)

      4.      

      Issue(s) facing while deploying the app

       

      1.       1.Whenever user performs an action, we are seeing View Couldn’t be restored error in the log files and server is displaying 500 error page.

      2.      2. In clustered environment we are getting “javax.faces.FacesException: No saved portlet window state for an id a7f0a648-f2a6-45ea-9c45-81b7e4784848:view:MyActionItemWindow”.

      3.      3. For Ajax requests, server is throwing “javax.portlet.faces.BridgeUninitializedException: JSF Portlet bridge was not initialized before AJAX request” error.

      4.     4.  If we set State Saving mechanisam value to Client, none of the command links & Command buttons inside datatable are working

       

      ReRegards

      KP