2 Replies Latest reply on Aug 12, 2015 6:38 PM by jockrow

    Issue with JSF 2.2.4 in JBoss AS 6

    valsaraj007

      15:25:00,017 SEVERE [config] Critical error during deployment: : com.sun.faces.config.ConfigurationException: The tag named passThroughAttribute from namespace http://xmlns.jcp.org/jsf/core has a null handler-class defined

       

      Anybody please suggest how to resolve this issue?

        • 1. Re: Issue with JSF 2.2.4 in JBoss AS 6
          valsaraj007

          ConfigurationException vanished when I bundled JSF implementation in war. But got other exception:

          13:46:54,136 SEVERE [config] Unable to process annotations for url, vfs:/D:/jboss-6.0.0.Final/server/app/deploy/app.ear/lib/primefaces-4.0.jar/META-INF/faces-config.xml. Reason: java.util.zip.ZipException: zip file is empty

          ......

          .......

          13:46:54,285 SEVERE [config] Critical error during deployment: : com.sun.faces.config.ConfigurationException: Factory 'javax.faces.context.FacesContextFactory' was not configured properly.

          1 of 1 people found this helpful
          • 2. Re: Issue with JSF 2.2.4 in JBoss AS 6
            jockrow

            I had same problem.


            Go to right click to your eclipse proyect and go to Properties->Project Facets->Java Server Faces and change

            from: "Jsf 2.2 (Mojarra 2.2.0)"

            to "Jsf 2.0 (Mojarra 2.0.3-FCS)"


            javaServerFaces.jpg