0 Replies Latest reply on Jun 13, 2008 3:06 PM by admirer

    Rich Faces Exception

      RSA 7.0(Eclipse 3.2) Followed your tutorial,so as to setup a richfaces+jsf project.
      Included a4j filter as said in the web.xml.
      Now i am getting a classnotfound error

      Precisely pointing to:

      java.lang.NoClassDefFoundError: Error while defining class: org.richfaces.component.UIPanelMenuGroup
      This error indicates that the class: javax.faces.component.ActionSource2

      could not be located while defining the class: org.richfaces.component.UIPanelMenuGroup
      This is often caused by having the class at a higher point in the classloader hierarchy
      Dumping the current context classloader hierarchy:


      my web-inf/lib has

      icu4j_3_4_1.jar
      jsf-ibm.jar
      richfaces-api-3.2.1.GA.jar
      richfaces-impl-3.2.1.GA.jar
      richfaces-ui-3.2.1.GA.jar
      this many files

      Help me resolve this error