On Fri, Dec 9, 2011 at 11:55 AM, Guofeng Zhang <[email protected]>wrote:
> 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? > Perfectly right. If I remember well, we had some issues with the packaging of javax.security in orbit. We added it to orbit later as the bundle javax.security.auth.message<http://www.eclipse.org/downloads/download.php?r=1&file=/tools/orbit/downloads/drops/S20111201180206/repository/plugins/javax.security.auth.message_1.0.0.v201108011116.jar> We probably omitted to fix the code since then. Could you file a bug about it so we can fix it? Even better would be if you could give it a shot and let us know if it works for you: none of the projects I work on are using JAAS in OSGi I am afraid. Thanks, Hugues > **** > > ** ** > > Thanks**** > > ** ** > > Guofeng**** > > ** ** > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
