0 Replies Latest reply on Jun 24, 2005 5:38 PM by gzhuye

    JSF ConfigureListener  ClassNotFoundException

    gzhuye

      Hi,all:

      My Jsf application was used in Jboss3.2.4 very well, now it is put in Jboss4.0, The following exception thrown when it is deployed:

      17:22:23,848 ERROR [[/AlertServerGui]] Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
      javax.faces.FacesException: java.lang.ClassNotFoundException: com.jsf.tags.CreditCardInputRenderer
      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:336)
      at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)

      .....



      Actually, com.jsf.tags.CreditCardInputRenderer is in the deployed war file.

      face-config.xml:
      
       <render-kit>
       <renderer>
       <description>
       Renderer for the credit card component.
       </description>
       <component-family>CCFAMILY</component-family>
       <renderer-type>
       CREDIT_CARD_RENDERER
       </renderer-type>
       <renderer-class>
       com.jsf.tags.CreditCardInputRenderer
       </renderer-class>
       </renderer>
       </render-kit>
      


      I also download and copied the newest JSF1.1.01 jar files for WEB-INF/lib directory and clean all files under C:\jboss-4.0.2\server\default\work\jboss.web\localhost, and restart jboss, no way to make it work..


      Could anyone help me out or give any hints?


      Thanks a lot

      Paul