2 Replies Latest reply on Aug 18, 2010 7:22 AM by mercurievv

    java.lang.ClassNotFoundException: org.ajax4jsf.Filter

    mercurievv

      Hello,

      I have created Richfaces 4.0.0 project by maven, as described here: http://docs.jboss.org/richfaces/4.0.X/4.0.0.Milestone1/Developer_Guide/en-US/html/chap-Developer_Guide-Getting_started_with_RichFaces.html#sect-Developer_Guide-Getting_started_with_RichFaces-Creating_a_project_with_Maven

      And it creates web.xml with filter

          <filter>
               <display-name>Ajax4jsf Filter</display-name>
               <filter-name>ajax4jsf</filter-name>
               <filter-class>org.ajax4jsf.Filter</filter-class>
           </filter>
      

      But there is no any jar fith org.ajax4jsf.Filter class for Richfaces 4.0.0-x project.

      I check richfaces-core-impl-4.0.0-SNAPSHOT.jar, richfaces-core-impl-4.0.0.20100715-M1.jar, richfaces-components-ui-4.0.0-SNAPSHOT.
      And at all my IDE (Idea) tell me that such class exist only for version 3.x or ajax4jsf (but as I know usage of ajax4jsf is deprecated).
      Where can I take that filter? Or it is not necessary?
      I use Glassfish v3 as webserver
      Maven 2.2.1
      P.S. Sorry for my english.