I am trying to apply security in my spring application using database tables.
What I have so far in my applicationContext-Security is:
I don't see any declaration for the UserEntityDAOImpl or Assembler beans in your context, and no component scanning to auto-detect it.
UserEntityDAOImpl
Assembler
You either need to declare them alongside the UserDetailsServiceImpl, or add a somewhere.
UserDetailsServiceImpl