This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: error when calling MethodInvocationfabiocsilva Nov 24, 2006 10:26 AM (in response to fabiocsilva)The aspect is a subclass and the advice is declared in superclass. I placed the advice in subclass and executed. JBoss AOP does not allow inheritance of advices? 
- 
        2. Re: error when calling MethodInvocationfabiocsilva Nov 26, 2006 1:08 PM (in response to fabiocsilva)The problem is that the advice had not declared "throws". But the error log is very obscure, is difficult to find the error 
- 
        3. Re: error when calling MethodInvocationflaviarnn Nov 28, 2006 10:07 PM (in response to fabiocsilva)Did this error ocurr with the MethodExecution.invoke commented? 
- 
        4. Re: error when calling MethodInvocationfabiocsilva Nov 28, 2006 10:19 PM (in response to fabiocsilva)
 The problem was in the declaration of the advice, that was without "throws". But JBoss AOP did not point the error.
 
    