These are the dependencies in my pom.xml
this is my spring security.xml located in WEB-INF
This is context.xml
Both above two xml's have been specified in web.xml
Type: Posts; User: sararajan; Keyword(s):
These are the dependencies in my pom.xml
this is my spring security.xml located in WEB-INF
This is context.xml
Both above two xml's have been specified in web.xml
I have included CGLIB.But annotations are not being invoked still.
Dear Team
I am currently trying to implement Spring Security in my sample maven project.I am using Eclipse Indigo with java6.
The requirement is to give a user access to methods based on his...