You can close the issue and if you would like the jstl to be included in web
support you can open a new issue and also start a group discussion.

2009/6/3 João Ferreira <jtjeferre...@gmail.com>

> Hi
>
> Sorry for the late response. Its working now.
>
> The stack i reported was from version 0.6.1.I tought i was using trunk but
> the pax web trunk path was changed and i didn't noticed.
> However the problem was in my bundle that wasn't importing and embedding
> the jstl jar. When i embeded it it started working.
>
> Just one question. Why isn't jstl included in pax web jsp bundle? What
> would be the pros/cons of including?
>
> Want me to close the issue?
>
> Thanks for the support
>
> João Ferreira
>
> João Ferreira wrote:
>
>> Hi
>>
>> Thanks for checking it out. Don't have the time now to reproduce it. I
>> will do it next monday.
>>
>> João Ferreira
>>
>> Alin Dreghiciu wrote:
>>
>>
>>> See comments on the issue.
>>>
>>> 2009/5/20 João Ferreira <jtjeferre...@gmail.com
>>> <mailto:jtjeferre...@gmail.com>>
>>>
>>>    Any progress on this issue? I could try to have a look but i need
>>>    some guidance on where to start.
>>>
>>>
>>>    Thanks in advance
>>>    João Ferreira
>>>
>>>
>>>    João Ferreira wrote:
>>>
>>>        Created. I hope i filled sufficient information.
>>>        Thanks for fast response.
>>>
>>>        João Ferreira
>>>
>>>        Alin Dreghiciu wrote:
>>>
>>>            This is a bug what happens in case that the class from
>>>            Jasper, we use
>>>            to override, is not included in the final pax web jsp jar.
>>>            Please create an associated jira issue and I will look
>>>            into it asap.
>>>
>>>            2009/5/15 João Ferreira <jtjeferre...@gmail.com
>>>            <mailto:jtjeferre...@gmail.com>
>>>            <mailto:jtjeferre...@gmail.com
>>>            <mailto:jtjeferre...@gmail.com>>>
>>>
>>>               Hello everybody.
>>>
>>>               I'm using pax-web webcontainer to register some jsp's and
>>>               successefullymanged to run them. However i would like
>>>            to use
>>>               JavaServer Pages Standard Tag Library in my jsp's but i
>>>            get a
>>>               jasper complitaion error of my jsp. Is it possible to
>>>            use JSTL
>>>               with pax web? I have to use a different bundle or
>>>            include some
>>>               jar's somewhere?
>>>
>>>               Thanks in advance.
>>>               João Ferreira
>>>
>>>
>>>               PS: Here is the exeception i get:
>>>               org.apache.jasper.JasperException: Unable to initialize
>>>               TldLocationsCache: null
>>>                 at
>>>
>>> org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:289)
>>>                 at
>>>
>>> org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:247)
>>>                 at
>>>
>>> org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:550)
>>>                 at
>>>
>>> org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:430)
>>>                 at
>>>
>>>  org.apache.jasper.compiler.Parser.parseDirective(Parser.java:494)
>>>                 at
>>>
>>>  org.apache.jasper.compiler.Parser.parseElements(Parser.java:1444)
>>>                 at
>>>            org.apache.jasper.compiler.Parser.parse(Parser.java:138)
>>>                 at
>>>
>>> org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
>>>                 at
>>>
>>> org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
>>>                 at
>>>
>>> org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154)
>>>                 at
>>>            org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
>>>                 at
>>>            org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
>>>                 at
>>>            org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
>>>                 at
>>>
>>> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
>>>                 at
>>>
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
>>>                 at
>>>
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
>>>                 at
>>>
>>>  org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
>>>                 at
>>>            javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>>>                 at
>>>
>>> org.ops4j.pax.web.jsp.JspServletWrapper$2.call(JspServletWrapper.java:132)
>>>                 at
>>>
>>> org.ops4j.pax.web.jsp.JspServletWrapper$2.call(JspServletWrapper.java:129)
>>>                 at
>>>
>>> org.ops4j.pax.swissbox.core.ContextClassLoaderUtils.doWithClassLoader(ContextClassLoaderUtils.java:60)
>>>                 at
>>>
>>> org.ops4j.pax.web.jsp.JspServletWrapper.service(JspServletWrapper.java:124)
>>>                 at
>>>
>>> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
>>>                 at
>>>
>>> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
>>>                 at
>>>
>>> org.ops4j.pax.web.service.internal.HttpServiceServletHandler.handle(HttpServiceServletHandler.java:64)
>>>                 at
>>>
>>> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
>>>                 at
>>>
>>> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>>>                 at
>>>
>>> org.ops4j.pax.web.service.internal.HttpServiceContext.handle(HttpServiceContext.java:111)
>>>                 at
>>>
>>> org.ops4j.pax.web.service.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:74)
>>>                 at
>>>
>>> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>>>                 at org.mortbay.jetty.Server.handle(Server.java:324)
>>>                 at
>>>
>>> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
>>>                 at
>>>
>>> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:865)
>>>                 at
>>>            org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>>>                 at
>>>
>>>  org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>>>                 at
>>>
>>>  org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
>>>                 at
>>>
>>> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
>>>                 at
>>>
>>> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)
>>>
>>>
>>>               _______________________________________________
>>>               general mailing list
>>>               general@lists.ops4j.org
>>>            <mailto:general@lists.ops4j.org>
>>>            <mailto:general@lists.ops4j.org
>>>            <mailto:general@lists.ops4j.org>>
>>>               http://lists.ops4j.org/mailman/listinfo/general
>>>
>>>
>>>
>>>
>>>            --            Alin Dreghiciu
>>>            Software Developer - Looking for new projects!
>>>            My profile: http://www.linkedin.com/in/alindreghiciu
>>>            My blog: http://adreghiciu.blogspot.com
>>>            http://www.ops4j.org - New Energy for OSS Communities - Open
>>>            Participation Software.
>>>            http://www.qi4j.org - New Energy for Java - Domain Driven
>>>            Development.
>>>
>>>  ------------------------------------------------------------------------
>>>
>>>            _______________________________________________
>>>            general mailing list
>>>            general@lists.ops4j.org <mailto:general@lists.ops4j.org>
>>>            http://lists.ops4j.org/mailman/listinfo/general
>>>
>>>
>>>
>>>
>>>
>>>    _______________________________________________
>>>    general mailing list
>>>    general@lists.ops4j.org <mailto:general@lists.ops4j.org>
>>>    http://lists.ops4j.org/mailman/listinfo/general
>>>
>>>
>>>
>>>
>>> --
>>> Alin Dreghiciu
>>> Software Developer - Looking for new projects!
>>> My profile: http://www.linkedin.com/in/alindreghiciu
>>> My blog: http://adreghiciu.blogspot.com
>>> http://www.ops4j.org - New Energy for OSS Communities - Open
>>> Participation Software.
>>> http://www.qi4j.org - New Energy for Java - Domain Driven Development.
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> general mailing list
>>> general@lists.ops4j.org
>>> http://lists.ops4j.org/mailman/listinfo/general
>>>
>>>
>>
>>
>>
>
>
> _______________________________________________
> general mailing list
> general@lists.ops4j.org
> http://lists.ops4j.org/mailman/listinfo/general
>



-- 
Alin Dreghiciu
Software Developer - Looking for new projects!
My profile: http://www.linkedin.com/in/alindreghiciu
My blog: http://adreghiciu.blogspot.com
http://www.ops4j.org - New Energy for OSS Communities - Open Participation
Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to