Re: [Acegisecurity-developer] Acegi error on Sun Java Enterprise Server 8.1

2005-08-21 Thread Ben Alex
Clarence Ho wrote: java.lang.ClassCastException: net.sf.acegisecurity.providers.UsernamePasswordAuthenticationToken Most ClassCastExceptions are caused because there's an extra acegi-security-*.jar on your classpath. It should only be inside your WAR's WEB-INF/lib directory. Cheers Ben

[Acegisecurity-developer] Acegi error on Sun Java Enterprise Server 8.1

2005-08-08 Thread Clarence Ho
Hi, I am trying to deploy the Appfuse program onto Sun Java Enterprise 8.1 for development. Appfuse is using Acegi on Spring framework for security. However, after I deploy the war file to the server, when I enter login details on the login page and clicked login button, an exception occurs below