From: oberon777 <nu...@jb...> - 2005-07-08 21:39:40
|
I am using invocation.invokeNext() for caller invocations to capture the return result of the method being intercepted. However, it appears that that value is null. The pointcut in question is | <bind pointcut="call(* java.lang.Class->newInstance(..))"> | <interceptor class="CallerInterceptor"/> | </bind> | I don't think exceptions are being thrown. Any thoughts? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884244#3884244 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884244 |