The problem was that I was creating the classes myself, ie not using the spring beans. Thanks to HAMB (http://forum.springsource.org/showthread.php?p=249322#post249322) for posting his revelation.
Type: Posts; User: hivie; Keyword(s):
The problem was that I was creating the classes myself, ie not using the spring beans. Thanks to HAMB (http://forum.springsource.org/showthread.php?p=249322#post249322) for posting his revelation.
Thanks HAMB you saved me from another two days of trying to get the annotations workinh.
Have you found a solution to this, I am still struggling trying to get the annotation to do anything. I am using a very similar configuration as yours.
I have that added, but still no luck.
The main points that I have seen raised when this does not work are as follows:
1. Make sure that there is a registered bean for the class that contains...
I am having trouble getting the annotation based method security to work. I have read examples all day and it seems that there are a few ways to get the annotations to work. If that I am correct, I...