0 Replies Latest reply on Apr 25, 2005 3:40 AM by ifrit

    [AOP] loadtime Instrumentation with eclipse

    ifrit

      Hello,

      i wondering if loadtime instrumentation is working with eclipse aop ide?
      because i created a project with an external jar, my own classes make a simple program interacting with classes contained in this jar file. As i have been able to read in the jboss aop reference manual, i just have to turn EnableTransformer to true in the jboss-aop.deployer.jar file to make loadtime instrumentation working. But i can't intercept function call within the jar file, so it means that loadtime instrumentation is not working. Does any one have the same problem as i do? Or is there anything special to do?

      thanks.