The problem was in the declaration of the advice, that was without "throws".
But JBoss AOP did not point the error.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989558#3989558
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Did this error ocurr with the MethodExecution.invoke commented?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989556#3989556
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989556
___
The problem is that the advice had not declared "throws". But the error log is
very obscure, is difficult to find the error
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988644#3988644
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988425#3988425
Reply to the post :
http://www.jb