1 Reply Latest reply on Jan 11, 2007 12:01 PM by newto23

    java.lang.ClassNotFoundException: com.sun.faces.config.Confi

    newto23

      Hi,

      I am trying to deploy my Sun JSF application in JBoss 2.4.1 portal. I am getting the following exception while deploying,

      2007-01-11 11:48:14,065 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/adjahjportlet]] Error configuring application listener of class com.sun.faces.config.ConfigureListener

      java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener

      My portlet.xml file is,

      <portlet-name>AdjAhjPortlet</portlet-name>
      <portlet-class>com.sun.faces.portlet.FacesPortlet</portlet-class>

      Please help me n resolving this issue.

      Thanks.