[jboss-user] [JBoss AOP] - Re: how to do tracing of advices

kabir.khan@jboss.com do-not-reply at jboss.com
Mon Jul 31 07:36:47 EDT 2006


Within only works in conjunction with caller pointcuts (which you should not use unless you have to! i.e. you re advising system classes). Also, in some cases you might want to allow for weaving of the aspects.

One way to make sure that your aspect is not woven is by implementing the org.jboss.aop.instrument.Untransformable marker interface. This will avoid the recursion


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

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



More information about the jboss-user mailing list