[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - org.jboss.aop.Dispatcher error?

scott.stark@jboss.org do-not-reply at jboss.com
Wed Jan 10 15:19:56 EST 2007


As far as I can see this code in the org.jboss.aop.Dispatcher.invoke is a copy/paste error that should be using Proxy in place of ClassProxy:


  | ...
  |       else if (target instanceof Proxy)
  |       {
  |          ClassProxy proxy = (ClassProxy) target;
  |          return proxy._dynamicInvoke(invocation);
  |       }
  | 



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

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



More information about the jboss-dev-forums mailing list