[jboss-user] [JBoss AOP] - JBoss AOP in an Eclipse plugin

2008-05-07 Thread federico.dalmaso
I developed a plugin (say A) for Eclipse 3.3 contains some aspects (by annotation approach) Other plugin (say B) need to be instrumented by aspects defined in plugin A. I try to apply weaving at load time by javaagent, and to compile plugin B using aopc ant task. In the last case bytecode is

[jboss-user] [JBoss AOP] - Re: JBoss AOP in an Eclipse plugin

2008-05-07 Thread federico.dalmaso
I solved by myself. There was a mismatch in -Djboss.aop.class.path argument. BuddyPolicy mechanism of Eclipse works fine. ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149100#4149100 Reply to the post :