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
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