This is for 8.0.4. it is well defined in 7.5.4. I think OSGi support is not merged compleleted to 8.0 branch.
From: [email protected] [mailto:[email protected]] On Behalf Of Guofeng Zhang Sent: Friday, December 09, 2011 11:55 AM To: jetty-users Subject: [jetty-users] why does jetty-plus bundle not import javax.security.* package? Hi, In the jetty-plus's pom file, there is the line in maven-bundle-plugin configuration: <Import-Package>!javax.sql.*;!javax.security.*;!....... This means that it does not import packages under javax.security. But the classes like JAASLoginService in org.eclipse.jetty.plus.jaas and its subpackage import javax.security.auth and its sub-package. So jetty-plus bundle does not work on OGSi platform when you use JAAS. Right? Thanks Guofeng
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
