posted 8 years ago
I am implementing Spring Security in project. I have reached an impasse stuck here since hours.
I am getting this error
The project setup is very simple
spring-security.xml
dispatcher-servlet.xml
ApplicationContext.xml
CustomUserDetailsService.java
I also tried declaring the bean in both dispatcher-servlet.xml & application-context.xml it doesn't work
checked the context-component base package. It is scanning all the other classes present just fine. When I remove myUserDetailService from authentication provider the server starts just fine without any error.
I am really tired. Can anyone please help me in fixing this?