Il 03/04/2010 01:23, M N ha scritto:
Hello

I'm trying to run my web application, which is an OSGi bundle, using pax-web, pax-web-jsp and pax-web-extender-war (all version 0.7.1).
As I have found posts on the ops4j mailing list:

http://www.mail-archive.com/[email protected]/msg07713.html
http://lists.ops4j.org/pipermail/general/2009q2/002021.html

I have added jstl.jar and standard.jar to WEB-INF/lib path and also imported all necessarry packages into my bundle.
I enclose manifest file.

However I still get the error:
org.apache.jasper.JasperException: 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 no idea what's wrong and I will be very pleased if you could help me.

Thank you
Marek



_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Hi Marek,

I see a "WEB_INF/classes" directory in your Bundle-ClassPath, should not it be "WEB-INF/classes"? Maybe this break the Bundle-ClassPath parsing... Nothing else seems to be wrong and I can assure you that JSTL works well with PaxWeb because I actually use it; I have not explicitly imported/exported "org.apache.taglibs packages" however, you should not need it because you are not importing it as exported service by another bundle, you've it on you "private" Bundle-ClassPath.

Let us to know if these suggestions are useful...
Bye,
--
Gaetano Sferra
Interactive Media S.p.A.
Via Luca Gaurico, 9
00143 Roma (RM)
Italia
telefono                +39 06 54642415
fax             +39 06 54642515
e-mail          [email protected] <mailto:[email protected]>

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to