0 Replies Latest reply on Nov 29, 2007 10:16 AM by samjoshi26

    java.lang.ClassNotFoundException: org.apache.myfaces.webapp.


      Hello All,

      I am getting the following error while deploying Tomahawk 1.1.6 with

      Apache Myfaces 1.1.5 in JBoss 4.2.2. It gives me ClassCastException ExtensionPhaseListener exception. I have done the following in my web.xml

      <context-param>
      <param-name>
      org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL
      </param-name>
      <param-value>true</param-value>
      </context-param>

      Even this isn't helping.

      Any help would be appreciated.

      Thank you