1 Reply Latest reply on Dec 29, 2013 12:21 PM by tcunning

    jbossesb-server-4.12 not able to serve JSF Web Feature?

    tsaravananthangavel

      Eclipse maven jsf web example project works fine in jboss-as-7.1.1.Final but in jbossesb-server-4.12 it fails with following. Is any configuration to be done on jbossesb side or jbossesb server won't support jsf web feature [it serves jsp and servlet pages]?

       

      05:27:44,987 ERROR [[/maven-web_v01]] Error configuring application listener of class com.sun.faces.config.ConfigureListener

      java.lang.NoClassDefFoundError: javax/faces/event/SystemEventListener

              at java.lang.Class.getDeclaredConstructors0(Native Method)

       

      The content of war file as follows.

      META-INF/

      META-INF/MANIFEST.MF

      WEB-INF/

      WEB-INF/classes/

      WEB-INF/classes/com/

      WEB-INF/classes/com/alu/

      WEB-INF/classes/com/alu/web/

      WEB-INF/lib/

      home.xhtml

      index.jsp

      WEB-INF/classes/com/alu/web/HelloBean.class

      WEB-INF/lib/jsf-impl-2.1.7.jar

      WEB-INF/web.xml

      welcome.xhtml

      META-INF/maven/

      META-INF/maven/com.alu.web/

      META-INF/maven/com.alu.web/maven-web_v01/

      META-INF/maven/com.alu.web/maven-web_v01/pom.xml

      META-INF/maven/com.alu.web/maven-web_v01/pom.properties

        • 1. Re: jbossesb-server-4.12 not able to serve JSF Web Feature?
          tcunning

          Saravanan, I'd try JBoss ESB 4.12 + jboss-5.1.0.GA rather than the ESB server.     The ESB server is meant to be a stripped down server that starts up quickly to help people with running the quickstarts and maybe doing some light development.     There are key components missing from it though, so you might be running into that here.

           

          Try installing ESB 4.12 into jboss-5.1.0.GA and see if you have the same issues with your JSF app on jboss-5.1.0.GA.