Hi,  I am using jbossaop RC1. 

I am tryimg to define a pointcut using:

execution(* packageName.*->*(..))

It works for several classes. But with a specific class the following error is being 
thrown:

Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Unable to figure 
out calledmethod of a caller pointcut
        at org.jboss.aop.ClassAdvisor.resolveCallerMethodInfo(ClassAdvisor.java:1371)
        at br.com.quality.appmenu.action.SMSAction.(SMSAction.java)
        ... 25 more
Caused by: java.lang.RuntimeException: Unable to figure out calledmethod of a caller 
pointcut
        at org.jboss.aop.ClassAdvisor.resolveCallerMethodInfo(ClassAdvisor.java:1350)
        ... 26 more

Do you know what is the problem?

Thaks in advance.

Marcio Alves

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848858#3848858

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848858


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to