[jboss-user] [JBoss AOP] - Re: How to avoid intercepting recursive calls

kabir.khan@jboss.com do-not-reply at jboss.com
Fri Jun 8 03:54:35 EDT 2007


You can use cflow http://labs.jboss.org/jbossaop/docs/1.5.0.GA/docs/aspect-framework/examples/cflow/cflow.html

CFlow does have some limitations though.We cannot do the full wildcard matching that we do in normal method expressions since we are limited to what is output by the stack trace.

Also, there is an overhead since we need to throw an exception for every joinpoint to evaluate the stack trace.



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

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



More information about the jboss-user mailing list