I am trying to configure Spring Security in my simple application. Here is my configuration file, security.xml:
security.xml
You're declaring the namespace as b: and using it everywhere except the enclosing beans tag, in which you're using beans:beans instead of b:beans.
b:
beans
beans:beans
b:beans