Were you using JDK 6? That sounds like the cause of the problem (at least according to the thread below).
Glad to hear you figured out a solution. Matt On 5/24/07, J. David Mendoza <[EMAIL PROTECTED]> wrote:
Thanx... but it didn't work... I did find this: http://forum.springframework.org/showthread.php?t=34627 and got it working with jdk 1.5 though... David M. Matt Raible wrote: > This is probably caused by JBoss's Unified ClassLoader. If > acegi-security.jar is in your WEB-INF/lib directory, you might try > copying it to JBoss's server/lib directory (or whereever it's > located). > > Matt > > On 5/24/07, J. David Mendoza <[EMAIL PROTECTED]> wrote: >> I'm trying to deploy an appfuse 1.9.4 app into a jboss cluster, but I >> get into trouble as soon as I try to log in, if I use a bad login it >> does what is supposed to do (show the warning), but when a use a good >> login it just shows me the login page again with the username in it and >> a blank password... in the logs I'm getting: >> >> 17:33:00,748 ERROR [JBossCacheService] loadSession(): id: >> axAj+I-UY78ATbue8C98eQ**exception occurred during serialization: >> java.lang.ClassNotFoundException: No ClassLoaders found for: >> org.acegisecurity.GrantedAuthority >> >> Has anyone gotten passed this hurdle? >> >> Thanx... >> >> David M. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
