2 Replies Latest reply on Feb 26, 2008 2:06 PM by graben

    Facelets jdk logging -> log4j bridge for jboss

    graben

      Is there a merge of this fix in trunk to branch 2.0.x planned in the future?



        • 1. Re: Facelets jdk logging -> log4j bridge for jboss
          pmuir

          Not planned. But you can do it yourself easily enough. Grab a copy of jboss-seam-jul.jar from lib/interop in trunk, put it in your JBoss AS, and copy the FaceletsJBossLogging.class into your WEB-INF/classes along with a seam.properties.

          • 2. Re: Facelets jdk logging -> log4j bridge for jboss
            graben

            I got it working, thank you. But to be a bit more precise:



            1. copy lib/interop/jboss-seam-jul.jar to $JBOSSHOME/server/default/deploy/jboss-web.deployer/jsf-libs/

            2. copy FaceletsJBossLogging.class into WEB-INF/classes/org/jboss/seam/ui/facelet/

            3. copy seam.properties into WEB-INF/classes/