
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Java 1.6, Tomcat 6.0.20, Windows XP
|
|
|
When I try to use GraniteDS with Spring 3 on a tomcat, I get the following exception:
java.lang.ClassNotFoundException: org.springframework.security.BadCredentialsException
I looked up the class in the API. It seems the BadCredentialsException was moved. In 2.0.x version of Spring-Security the path location is
org.springframework.security.BadCredentialsException,
in 3.0.x version the path is
org.springframework.security.authentication.BadCredentialsException
|
|
Description
|
When I try to use GraniteDS with Spring 3 on a tomcat, I get the following exception:
java.lang.ClassNotFoundException: org.springframework.security.BadCredentialsException
I looked up the class in the API. It seems the BadCredentialsException was moved. In 2.0.x version of Spring-Security the path location is
org.springframework.security.BadCredentialsException,
in 3.0.x version the path is
org.springframework.security.authentication.BadCredentialsException |
Show » |
Sort Order:
|
It will be needed to implement a SpringSecurity3Service and an Identity3 bean.