[jboss-user] [JBoss AOP] - Re: Hotswapping an interceptor to an EJB

kabir.khan@jboss.com do-not-reply at jboss.com
Thu Nov 30 09:40:43 EST 2006


The last code snippet was messed up, this is the woven code

  | class Blah{
  |   @Destroy
  |   void someMethod(){
  |     //hooks for aop
  | 
  |     @Destroy
  |     aop$someMethod();
  |   }
  | }
  | 

I will fix it so it becomes


  | class Blah{
  |   @Destroy
  |   void someMethod(){
  |     //hooks for aop
  | 
  |     aop$someMethod();
  |   }
  | }
  | 


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

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



More information about the jboss-user mailing list