-
Aug 8th, 2008, 08:57 AM
#1
com.sun.net.ssl
Hello,
I've tried to deploy the bundle "com.springsource.org.mortbay.jetty" and started it via the OSGI console. but I get an error : "Missing Constraint: Import-Package: com.sun.net.ssl...".
But I don't find this package nor the bundle that contains it in the springsource repository
Thank you for your help.
-
Aug 8th, 2008, 09:15 AM
#2
com.sun.net.ssl
This is a mistake in the Jetty bundle. The com.sun.net.ssl... packages are part of the JRE and, as such, are made available via boot delegation, i.e. a bundle doesn't have to import the package to be able to use its contents and, as you've seen here, an attempt to do so will cause the bundle to fail to resolve.
I've opened an issue against the enterprise bundle repository to address this: https://issuetracker.springsource.com/browse/BRITS-133
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules