2 Replies Latest reply on Aug 20, 2007 1:32 AM by sameera_d

    AJAX4JSF tld problem

    sameera_d

      Hi,
      I just started working with ajax4jsf and am facing this error while compiling the jsf page. I downloaded the ajax4jsf1.1 version and placed the two jar files ajax4jsf.jar and oscache.jar in the web-inf lib directory but I don't know why I'm getting the following exception. Hope anyone helps me...

      org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: XML parsing error on file file:/C:/SDE3.0/jboss-4.0.2/server/default/./tmp/deploy/tmp33831Ajax1-exp.war/WEB-INF/lib/ajax4jsf.jar: (line 1, col 1)
      org.jboss.web.tomcat.tc5.jasper.TagLibCache.init(TagLibCache.java:105)
      org.jboss.web.tomcat.tc5.jasper.TagLibCache.getLocation(TagLibCache.java:88)
      org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:519)
      org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:417)
      org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483)
      org.apache.jasper.compiler.Parser.parseElements(Parser.java:1543)
      org.apache.jasper.compiler.Parser.parse(Parser.java:126)
      org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
      org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
      org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146)
      org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
      org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
      org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
      org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
      org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
      org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
      org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
      org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)