1 Reply Latest reply on Feb 4, 2005 4:28 AM by kabirkhan

    How to intercept RMI calls

    jingdong

      Specifically, I need to intercept Naming.bind() and Naming.lookup() calls in my program. I am not sure if I can do this with JBoss AOP, as it seems that JBoss AOP cannot change Java system classes. Can anyone help me with this issue? Thanks very mucu!