1 Reply Latest reply on Jul 12, 2009 12:41 PM by ssilvert

    facelets with jboss

    anil3379

      I downloaded fecelets from java.net, when I deploy the my appliaction I am getting following error.

      MyFaces JSF implementation found! This version of JBoss AS ships with the java.net implementation of JSF. There are known issues when mixing JSF implementations. This warning does not apply to MyFaces component libraries such as Tomahawk. However, myfaces-impl.jar and myfaces-api.jar should not be used without disabling the built-in JSF implementation. See the JBoss wiki for more details.
      Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
      com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!

      in web.xml file, the entry is like this.


      <view-handler>
      com.sun.facelets.FaceletViewHandler
      </view-handler>


      Please suggest me on solution.