Re: [jetty-users] why does jetty-plus bundle not import javax.security.* package?

2011-12-08 Thread Hugues Malphettes
Thanks a lot! Let's discuss on the bug about the import of sun's implementation of xml.bind. Hugues On Fri, Dec 9, 2011 at 3:14 PM, Guofeng Zhang wrote: > This issue is for 8.0.4. 7.5.4 works well for my application. > > ** ** > > The following share what I have done for our application.***

Re: [jetty-users] why does jetty-plus bundle not import javax.security.* package?

2011-12-08 Thread Guofeng Zhang
This issue is for 8.0.4. 7.5.4 works well for my application. The following share what I have done for our application. I deployed Jetty 8.0.4 on Felix framework 4.0.2. I used to use JAAS for my web application. When the framework deploy jetty-plus, it said that: Caused by: java.lang.ClassNotFou

Re: [jetty-users] why does jetty-plus bundle not import javax.security.* package?

2011-12-08 Thread Hugues Malphettes
On Fri, Dec 9, 2011 at 11:55 AM, Guofeng Zhang wrote: > Hi, > > ** ** > > In the jetty-plus’s pom file, there is the line in maven-bundle-plugin > configuration: > > !javax.sql.*;!javax.security.*;!... > > This means that it does not import packages under javax.security. But

Re: [jetty-users] why does jetty-plus bundle not import javax.security.* package?

2011-12-08 Thread Guofeng Zhang
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: jetty-users-boun...@eclipse.org [mailto:jetty-users-boun...@eclipse.org] On Behalf Of Guofeng Zhang Sent: Friday, December 09, 2011 11:55 AM To: jetty-users Subject: [jetty-users]

[jetty-users] why does jetty-plus bundle not import javax.security.* package?

2011-12-08 Thread Guofeng Zhang
Hi, In the jetty-plus's pom file, there is the line in maven-bundle-plugin configuration: !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 impor

[jetty-users] implementation of SSO in Jetty 7 using JASPI

2011-12-08 Thread pradeep rao
Hi Jetty 6 had clear support of SSO in SSORealm. Its been removed in Jetty 7 and JASPI support is being introduced. There is no info anywhere on how to implement SSO in Jetty 7, can someone help me in this regard. Thanks bpr ___ jetty-users mailing list

Re: [jetty-users] Fw: how to set RMISecurityManager in 6.x?

2011-12-08 Thread Jesse McConnell
if you need a security manager in 6 you should just start the jvm with the security manager on the command linethe policy support there is only for jetty 7 and 8 right now cheers, jesse -- jesse mcconnell je...@intalio.com http://webtide.com / http://intalio.com (the folks behind jetty and c

[jetty-users] Fw: how to set RMISecurityManager in 6.x?

2011-12-08 Thread Zsolt Kúti
Hello, I need to set a SecurityManager (RMI) instance in an app that uses jetty 6.1.25. [*] Following this doc http://wiki.eclipse.org/Jetty/Tutorial/Jetty-Policy result in ClassNotFoundException of org.eclipse.jetty.policy.JettyPolicyConfigurator, most likely because it belongs to 7.x series. I'v