Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Hello and help with jstl in osgi

Hi Christopher,
It is very exciting to hear how much progress you guys are making.
Custom taglibs support is still in progress since last March.
Currently I have been happy enough with supporting taglibs for all WABs and listing the bundles that contain those taglibs in the jetty.xml file:
The sun's implementation of jsf is using the symbolic name javax.faces.jsf-impl
and here is what jetty.xml use by default:

<Set name="tldBundles"><Property
name="org.eclipse.jetty.osgi.tldsbundles" default="javax.faces.jsf-impl"
/></Set>
Here is the complete bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=306971

Given the interest by the community and our own internal projects here, I'll put some time aside to finish the support.
Comments and maybe guidance on how to do this are most welcome.
Thanks,
Hugues

On Tue, Nov 23, 2010 at 6:35 AM, Christopher Frost <frostc@xxxxxxxxxx> wrote:
Hello everyone,
my first time here.

I've taken over from Glyn on the integration work with Virgo and Jetty and I've made some really good progress. I have created a new build of Virgo that embeds Jetty using the osgi boot bundle. I'm also providing the JSP fragment which is getting installed and my simple WAB is deploying and the servlet context is created.

The problem I have now is the following message when I try and view the web app.

/WEB-INF/jsp/splash.jsp(2,66) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application


I have read the documentation and there is a "TODO: " about supporting custom tag libraries. Are the Standard Tag Libraries supported then? If so, where does jetty look for them. The WAB currently imports all the types required from an Apache 1.1.2 JSTL bundle I have provided. I can see there is a glassfish bundle deployed with 2.1.0 version of the Tag Libs, I want to stick with 1.1.2 for now though.

Thanks for any help, it is muchly appreciated.
Chris.


--
Chris Frost
SpringSource, a division of VMware

Virgo Website, Wiki and Forum


_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev



Back to the top