-
May 6th, 2011, 09:46 AM
#1
Waht can cause "advice defined in StudentAdvisor has not been applied" warning msg??
Hi,
I am trying to resolve an issue with the AOP part of my source code. The issue is I am getting the above warning message and thus my aspects are not affecting the methods execution.
- I am sure that both the aspect class and the class which aspect should operate on are defined in the spring configuration file
- I am sure that I enabled the aspect feature using
Code:
<aop:aspectj-autoproxy/>
- I am sure that the method that I am advising is there.
Is there anything like defining aspect bean and the business bean in a specific order?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules