[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Intercept invoke(Object, Object[])

2004-11-04 Thread ad-rocha
Thanks Kabir, It's working now! Andre View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853948#3853948 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853948 --- This

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Intercept invoke(Object, Object[])

2004-11-04 Thread kabkhan
Hi, Does this help? | | | | | 1) java system classes cannot be instrumented so caller pointcuts must be used. The reflection aspect was written for this, so use 'call' instead of 'execution'. 2) Everything must use fully qualified names. Even stuff in the java.lang pack