4 Replies Latest reply on Oct 8, 2008 6:38 PM by shadowcreeper

    Run RichFaces with Weblogic 8.1 Myfaces 1.2.4

    kostafey

      I need to use RichFaces in web application development with
      Weblogic 8.1 and Myfaces 1.2.4.

      I paste "richfaces-api-3.2.1.jar", "richfaces-impl-3.2.1.jar","richfaces-ui-3.2.1.jar" files to
      lib folder of my web app.

      But Weblogic run with error class AjaxStateManager not found.
      This file is located in richfaces-impl-3.2.1.GA.jar

      Weblogic's output:

      ERROR - Class org.ajax4jsf.application.AjaxStateManager not found
      java.lang.ClassNotFoundException: org.ajax4jsf.application.AjaxStateManager
       at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
       at org.apache.myfaces.shared_impl.util.ClassUtils.classForName(Ljava.lang.String;)Ljava.lang.Class;(ClassUtils.java:1
      38)
       at org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(Ljava.lang.String;)Ljava.lang.Class;(ClassUtils.
      java:157)
      ..............
      


      Can you tell me how to solve this problem?