2 Replies Latest reply on Feb 19, 2007 9:30 AM by xinhua

    A question about facelets

    xinhua

      Hi all,
      When my application starts on my JBoss 4.0.5 server I get the
      following ERRORS:

      11:17:48,545 ERROR [STDERR] 19.02.2007 11:17:48 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/D:/JBoss/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp65104StratoIV.ear-contents/StratoIV-exp.war/WEB-INF/lib/jsf-facelets.
      jar!/META-INF/jsf-ui.taglib.xml
      11:17:48,608 ERROR [STDERR] 19.02.2007 11:17:48 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/D:/JBoss/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp65104StratoIV.ear-contents/StratoIV-exp.war/WEB-INF/lib/jsf-facelets.
      jar!/META-INF/jsf-core.taglib.xml
      11:17:48,623 ERROR [STDERR] 19.02.2007 11:17:48 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/D:/JBoss/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp65104StratoIV.ear-contents/StratoIV-exp.war/WEB-INF/lib/jsf-facelets.
      jar!/META-INF/jstl-fn.taglib.xml
      11:17:48,623 ERROR [STDERR] 19.02.2007 11:17:48 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/D:/JBoss/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp65104StratoIV.ear-contents/StratoIV-exp.war/WEB-INF/lib/jboss-seam-ui
      .jar!/META-INF/seam-ui.taglib.xml
      11:17:48,655 ERROR [STDERR] 19.02.2007 11:17:48 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/D:/JBoss/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp65104StratoIV.ear-contents/StratoIV-exp.war/WEB-INF/lib/jsf-facelets.
      jar!/META-INF/jsf-html.taglib.xml
      11:17:48,701 ERROR [STDERR] 19.02.2007 11:17:48 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/D:/JBoss/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp65104StratoIV.ear-contents/StratoIV-exp.war/WEB-INF/lib/jsf-facelets.
      jar!/META-INF/jstl-core.taglib.xml
      



      Whats that mean? How can i solve this problem?
      I am not be familiar with facelets, so plz help:)

      thanks!



        • 1. Re: A question about facelets
          baz

          Hello,
          The messages are expected and normal. facelets initialize.
          But when i start my app (using the facelets version form seam1.1.6) i my output looks like:

          19.02.2007 13:57:38 com.sun.facelets.compiler.TagLibraryConfig loadImplicit

          So i thing there could be an erroneus debug level in facelets,
          I suppose your app is running fine? So ignore this errors and try to update the facelets jars to the one contained in seam.1.1.6GA
          Ciao,
          Carsten
          BTW: This is a seam forum not a facelets one.

          • 2. Re: A question about facelets
            xinhua

            Thank you Carsten.
            My app runs fine, actually the facelets jar comes from seam.1.1.6GA. If it is only something about debug, i will take your advice and ignore them:P

            ciao,ciao
            xinhua