2 Replies Latest reply on Feb 27, 2009 11:15 AM by dandausch

    Have upgraded to 3.3.0 GA - receievd NoSuchMethodError for P

    dandausch

      I was hoping to use the 'extendedDataTable' component in 3.3 thus upgrade my app to this lib set. I had used v 3.1.4 previously. I am using jsf-1.2_04 as my JSF library along with facelets 1.1.14. When attempting to run I now see this error:

      [2/26/09 15:44:33:448 EST] 00000021 WebApp E [Servlet Error]-[Faces Servlet]: java.lang.NoSuchMethodError: javax/faces/component/UIViewRoot.addPhaseListener(Ljavax/faces/event/PhaseListener;)V
      at org.ajax4jsf.application.AjaxViewHandler.createView(AjaxViewHandler.java:94)
      at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:165)
      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:220)
      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:91)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)

      I validated my class loader configuration in my WebSphere 6.1 is App Class Loader 'first'. Any thoughts or suggestions?