Re: [Acegisecurity-developer] Failed to create FilterChainProxy

2006-08-08 Thread Teemu Lehto
Hi You should have commons-lang-2.1.jar in your classpath. You should propably check all commons jar versions BR -Teemu- Alkuperäinen viesti Lähettäjä: [EMAIL PROTECTED] Päivämäärä: 08.08.2006 2:13 Vastaanottaja: acegisecurity-developer@lists.sourceforge.net Aihe:

Re: [Acegisecurity-developer] Failed to create FilterChainProxy

2006-08-08 Thread Mark St.Godard
Yeah, its definitely a Classloading problem Basically a Commons class is being loaded, but the wrong version Application servers / servlet containers sometimes bundle their own version of Commons... so depending on what Classloader picked it up.. thats the class it will use their after.

[Acegisecurity-developer] Passing security context from non-Java clients

2006-08-08 Thread Manish Gulati
Hi All, I am working in a project with spring based Server in Java and the clients in different languages including .NET, Cocoa, C++. The clients also include Web Service clients, thin web clients and RMI clients. I need to do Kerberos based authentication and allow calls to my APIs