2 Replies Latest reply on Aug 25, 2008 1:16 PM by chris.simons

    Upgraded to 3.2.1; problem upon login - UIDataScroller


      All,

      Please let me know if you can assist with this problem. We have an application running Seam 2.0, JSF 1.2, and previously RichFaces 3.1.4. I am upgrading the build to RichFaces 3.2.1 and have replace the "richfaces" jars with the 3.2.1 jars and updated the associated build path. The application deploys fine.

      When I access the application, the login page appears correctly. Upon logging into, the application should take the user to a page that has four rich:dataTables and associated dataScroller objects.

      Instead, I get the following stack trace in JBoss 4.2.2.GA. Anyone seen this before?

      Caused by: java.lang.NoSuchMethodError: org.richfaces.component.UIDatascroller.isLocalPageSet()Z
       at org.richfaces.component.DataScrollerViewPhaseListener.beforePhase(DataScrollerViewPhaseListener.java:171)
       at javax.faces.component.UIViewRoot.notifyPhaseListeners(UIViewRoot.java:605)
       at javax.faces.component.UIViewRoot.encodeBegin(UIViewRoot.java:537)
       at javax.faces.component.UIComponent.encodeAll(UIComponent.java:884)
       at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:592)
       at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
       at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216)
       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 javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
       ... 40 more