Using Spring DM For New Software?

2011-07-27 Thread Gareth
Hello, In a earlier question today I mentioned that when I tried to use Spring security in OSGi, I had to include all the Spring + spring security jars in my wab, which was not ideal. I found out what the problem was. I had to include Spring DM web to be able to remove the jars. The following was

Re: Mixing Jetty Security and Spring Security In Karaf

2011-07-27 Thread Jean-Baptiste Onofré
Hi Gareth, and thanks for raising the Jira, we will take a look ASAP. Regards JB On 07/27/2011 09:20 PM, Gareth wrote: Karaf issue added (attached the war and the eclipse project): https://issues.apache.org/jira/browse/KARAF-785 thanks, Gareth -- View this message in context: http://karaf.

Re: Mixing Jetty Security and Spring Security In Karaf

2011-07-27 Thread Gareth
Karaf issue added (attached the war and the eclipse project): https://issues.apache.org/jira/browse/KARAF-785 thanks, Gareth -- View this message in context: http://karaf.922171.n3.nabble.com/Mixing-Jetty-Security-and-Spring-Security-In-Karaf-tp3202093p3204545.html Sent from the Karaf - User ma

Re: Custom JAAS Login Module

2011-07-27 Thread twaldrep
Thanks. This provides the information that I was looking for. -- View this message in context: http://karaf.922171.n3.nabble.com/Custom-JAAS-Login-Module-For-web-console-SSH-JMX-Remote-Access-tp3201689p3204003.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Mixing Jetty Security and Spring Security In Karaf

2011-07-27 Thread Achim Nierbeck
Hi Gareth, yeah it's sufficient to just send me the sources for the war I can do a pax exam test :-) Oh, and yes the reproduction instructions would really help. If you just want to open a karaf issue it's fine with me I'm going to open a issue for pax web then. regards, Achim 2011/7/27 Gareth

Re: Mixing Jetty Security and Spring Security In Karaf

2011-07-27 Thread Gareth
Is this a test case created using Pax Exam (I haven't played with that yet :)) Would it be OK, if I just sent the created war, my source (my Eclipse project), and instructions on what to do to reproduce? Just confirming - I should create an issue BOTH in Pax and in Karaf? thanks in advance, Garet

unsubscribe

2011-07-27 Thread Patrick Shea

Re: Custom JAAS Login Module

2011-07-27 Thread Glen Mazza
I don't personally know but the Karaf source code is not very large, just by examining how its JAAS Login module is linked into Karaf you may be able to determine what needs to be done to link your implementation instead without much difficulty. If your solution requires you to rebuild Karaf,

Re: Possible to relocate karaf.history on Linux?

2011-07-27 Thread Andreas Pieber
This is one of several files which could not be re-located automatically. Can you please create an issue for this problem? Kind regards, Andreas On Tue, Jul 26, 2011 at 23:47, twaldrep wrote: > There is an issue (KARAF-447) that was posted and already fixed in Karaf > 2.2.0 and 3.0.0 branches.

Re: Custom JAAS Login Module

2011-07-27 Thread Guillaume Nodet
The advanced security guide is located at http://karaf.apache.org/manual/2.2.2/developers-guide/security-framework.html You can deploy your own bundle with your own module inside it and eventually remove the default one provided by Karaf. On Wed, Jul 27, 2011 at 01:22, twaldrep wrote: > Thanks,

Re: Mixing Jetty Security and Spring Security In Karaf

2011-07-27 Thread Achim Nierbeck
Oh, and could you please provide a testcase so I can test this feature? It would really be great if this could also be used as a iTest for pax web :-) thanx, Achim 2011/7/27 Achim Nierbeck : > Hi Gareth, > > this is probably more Pax-Web related I guess I have to see into this. > Could you please

Re: Mixing Jetty Security and Spring Security In Karaf

2011-07-27 Thread Achim Nierbeck
Hi Gareth, this is probably more Pax-Web related I guess I have to see into this. Could you please open an issue on Karaf and Pax Web so I can keep track on this :-) thanx, Achim 2011/7/27 Gareth : > Hello, > > I started playing with Spring Security in a wab I installed to Karaf. I got > it work