0 Replies Latest reply on Oct 8, 2007 7:46 AM by sbibm

    Running Rich Faces and WebSphere 6.1

    sbibm

      I simply tired to add the jar files for rich faces 3.1.1 GA and the web.xml configuration to my WAS 6.1 application. When I try to access any web page i get the following exception below. Is there a known JRE issue between WebSphere 6.1 and ajax4jsf ?

      10/7/07 11:48:57:046 MDT] 00000029 SystemErr R java.lang.ClassCastException: java.util.HashMap incompatible with [Ljava.lang.Object;
      [10/7/07 11:48:57:046 MDT] 00000029 SystemErr R at javax.faces.component.UIComponentBase.restoreState(UIComponentBase.java:1147)
      [10/7/07 11:48:57:046 MDT] 00000029 SystemErr R at javax.faces.component.UICommand.restoreState(UICommand.java:264)
      [10/7/07 11:48:57:046 MDT] 00000029 SystemErr R at javax.faces.component.html.HtmlCommandButton.restoreState(HtmlCommandButton.java:826)
      [10/7/07 11:48:57:046 MDT] 00000029 SystemErr R at javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1041)
      [10/7/07 11:48:57:046 MDT] 00000029 SystemErr R at javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1053)
      [10/7/07 11:48:57:046 MDT] 00000029 SystemErr R at javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1053)
      [10/7/07 11:48:57:046 MDT] 00000029 SystemErr R at javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1053)
      [10/7/07 11:48:57:046 MDT] 00000029 SystemErr R at org.ajax4jsf.application.AjaxStateManager.restoreView(AjaxStateManager.java:245)
      :
      :