0 Replies Latest reply on Jan 26, 2015 6:37 AM by magnoferr

    Problem with facelets when migrating seam web application to jboss eap 6

    magnoferr

      I'm migrating my seam web application from jboss 5 to jboss eap 6.

      As I was following the migration guide I could deploy with no errors but when I try to access the application through the browser the request stays in a loop while I get this at console log:

       

      08:31:52,565 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/MyApp.war/WEB-INF/lib/jboss-seam-mail.jar/META-INF/seam-mail.taglib.xml

      08:31:52,569 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/MyApp.war/WEB-INF/lib/jboss-seam-pdf.jar/META-INF/seam-pdf.taglib.xml

      08:31:52,584 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/MyApp.war/WEB-INF/lib/jboss-seam-ui.jar/META-INF/s.taglib.xml

      08:31:52,590 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/lib/jsf-facelets.jar/META-INF/jstl-fn.taglib.xml

      08:31:52,607 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/lib/jsf-facelets.jar/META-INF/jstl-core.taglib.xml

      08:31:52,614 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/lib/jsf-facelets.jar/META-INF/jsf-ui.taglib.xml

      08:31:52,624 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/lib/jsf-facelets.jar/META-INF/jsf-core.taglib.xml

      08:31:52,629 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/lib/jsf-facelets.jar/META-INF/jsf-html.taglib.xml

      08:31:52,632 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/richfaces-ui.jar/META-INF/jsp.taglib.xml

      08:31:52,645 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/richfaces-ui.jar/META-INF/ajax4jsf.taglib.xml

      08:31:52,674 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/richfaces-ui.jar/META-INF/richfaces.taglib.xml

      08:31:52,677 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/richfaces-ui.jar/META-INF/a4j.taglib.xml

      08:31:52,686 INFO  [facelets.compiler] (http-localhost/127.0.0.1:9050-1) Added Library from: vfs:/C:/Users/jboss6/jboss-eap-6.3/bin/content/MyApp.ear/richfaces-ui.jar/META-INF/rich.taglib.xml

       

      I'm trying to deploy to JBoss EAP 6.3.1.GA

      my app uses:

      Seam 2.2.2.Final

      jsf: 1.2

      richfaces: 3.3.3.Final

       

      I'm appending the full log and some conf files so if anyone can help me, I'll be very grateful.