I am implementing spring security in my project
In my DAO class I am defining the loadUserByUsername
my class is like
UserDAOImpl.java
@
phew... got it working.
Moved
from dispatcher-servlet to application-context.xml
@Service("userDAOImpl") annotation on class name
Would anyone care to tell why it started working?