From: oberon777 <nu...@jb...> - 2005-07-27 05:30:07
|
A wide pointcut like this yields this problem: | <bind pointcut="call(* org.jgap.*->*(..)) AND !within(CallerInterceptor) AND !within(StackTraceCatcher)"> | <interceptor class="CallerInterceptor"/> | </bind> | Similarly, if I were to have call(* *->*(..)) as the matching expression, the same issue would arise. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886728#3886728 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886728 |