posted 13 years ago
I have practicing Spring AOP and took an example from online.
I have the advice and pointcuts are given below
###==================== Before Advice CLASS : BeforeAdvice.java =====================
###==================== Before Advice CLASS : BeforeAdvice.java end =====================
###==================== Before Advice CLASS : ExceptionLoggingAdvice.java Start=====================
###==================== Before Advice CLASS : ExceptionLoggingAdvice.java end =====================
###==================== Before Advice CLASS : MethodPerformanceAdvice.java Start=====================
###==================== Before Advice CLASS : ExceptionLoggingAdvice.java end =====================
And my config file below.
On executing I am getting following error. I suspect the arguments in Before or Around advise.
Please help me understand the problem and the fix to it.
Thanks in advance for your help.
Also Thanks for going over my issue.
Regards,
Swaroop Kunduru.