1 Reply Latest reply on Dec 23, 2008 3:30 AM by pavel.myshkin

    Facelets Problem with a builded JBoss 5.0.0.CR1

      HI all, Hi Ales

      today I wanted to test some JBoss 5.x features and I builded JBoss from sources and then tried my Java EE test application (EAR package with JPA-JAR, EJB3-JAR, WS-JAR and WAR {JSF and Facelets} module).
      After the deploy into JBoss 5.0.0.CR1, I requested my web context-root, but no reponse came back.
      Here is the cryptical output from the server.log file

      13:07:59,562 ERROR [STDERR] Apr 9, 2008 1:07:59 PM com.sun.facelets.compiler.Compiler initialize
      SEVERE: Missing Built-in Tag Libraries! Make sure they are included within the META-INF directory of Facelets' Jar


      and then I searched out through the forum and It seems that Ales fix the problem but the code is maybe not yet in jboss svn reposhttp://www.jboss.com/index.html?module=bb&op=viewtopic&t=129291&postdays=0&postorder=asc&start=10

      Was the error already fixed or I have to configure somethings else?

      Ths.