Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330686 - Make org.eclipse.jetty.jsp-2.1 a fragment of org.apache.jasper.glassfish
Summary: Make org.eclipse.jetty.jsp-2.1 a fragment of org.apache.jasper.glassfish
Status: RESOLVED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: osgi (show other bugs)
Version: 7.2.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.1.x   Edit
Assignee: Hugues Malphettes CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-19 12:34 EST by Hugues Malphettes CLA
Modified: 2010-11-19 20:03 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugues Malphettes CLA 2010-11-19 12:34:04 EST
Currently we cannot access the package internal to org.apache.jasper.glassfish for logging:
com.sun.org.apache.commons.logging
I tried using split packages but PDE still refuses to do this.
Making a fragment works.
The drawback is that the org.eclipse.jetty.jsp-2.1 bundle will only work in OSGi when the jasper bundle symbolic name is org.apache.jasper.glassfish

Hopefully the next generation of jsp jars will be cleaner.

If someone in the community managed to get the org.eclipse.jetty.jsp-2.1 jar to work please comment here.
Comment 1 Hugues Malphettes CLA 2010-11-19 20:03:25 EST
Fixed with revision 2541.
Please re-open if someone has a better idea.