DWR Spring AOP and exceptions
I am trying to catch validation expcetion using AOP while getting data with AJAX using DWR and return my own excption object It does not work. The advise is properly set and sometimes while debuging I can debug through the code in the advice.
I think the problem is that DWR is using relflection to activate the methods on my objects
My objects does not have interfaces :<
Does AOP does not work if the method access is through relflection?
mmmm, I think I will order a cup of coffee in this beautiful spring day