[Acegisecurity-developer] Acegi JSR-168 Portlet Integration

2005-09-18 Thread John Lewis
Ben, I've evolved my initial effort in JSR-168 Portlet support for Acegi into something that I think is close to ready for inclusion into the overall framework. I've reimplemented it all as a separate provider with its own implementation of AbstractAuthenticationToken,

Re: [Acegisecurity-developer] Container Adapter for Sun Java App Server 8.1

2005-09-18 Thread Ben Alex
Clarence Ho wrote: Hi all, I want to deploy Acegi Security System to Sun Java Application Server 8.1 UR 2, but after I deployed the application, I got an class cast exception for the authentication token. It seems that I should use a Container Adapter for Sun Java App Server 8.1. Is there any

Re: [Acegisecurity-developer] Acegi integration with ActiveMQ

2005-09-18 Thread Ben Alex
Andy Depue wrote: On Friday 16 September 2005 12:07 pm, Andy Depue wrote: ... As soon as it shows up in gmane, I'll post a link to the thread (as a response to this message). Here is the head of the ActiveMQ thread: http://thread.gmane.org/gmane.comp.java.activemq.user/2927 Hi

Re: [Acegisecurity-developer] Anyone experiencing core tests failing?

2005-09-18 Thread Ben Alex
Mark St.Godard wrote: Anyone else having problems with the core project tests failing? Strange thing is all the tests run through, dont see any actual junit failures, however maven complains and says the BUILD FAILED... ? Thoughts? To see which test fails, you need to look in the

Re: [Acegisecurity-developer] Acegi JSR-168 Portlet Integration

2005-09-18 Thread Ben Alex
John Lewis wrote: I'm very interested in your feedback. When you get a chance to take a look at it all, let me know what you think. Hi John Thanks for contributing this code. I just had a quick look, and have a couple of questions and comments: - Could you make it compatible with 0.9.0

Re: [Acegisecurity-developer] Anyone experiencing core tests failing?

2005-09-18 Thread Mark St.Godard
Thanks Ben, Cheers, Mark On 9/18/05, Ben Alex [EMAIL PROTECTED] wrote: Mark St.Godard wrote: Anyone else having problems with the core project tests failing? Strange thing is all the tests run through, dont see any actual junit failures, however maven complains and says the BUILD FAILED... ?

Re: [Acegisecurity-developer] SwitchUserProcessingFilter with custom UserDetails?

2005-09-18 Thread Mark St.Godard
Thanks Matt, I have committed the changes to CVS. Cheers, Mark On 9/18/05, Matt DeHoust [EMAIL PROTECTED] wrote: I have been using Acegi Security for a few months now with muchsuccess. I am very pleased with the framework. Great job and thanks! Last week I tried the SwitchUserProcessingFilter