Hello,
I tried to enable loadtime transformations using AOP 1.3 and JDK 5, and made it work only after I changed:
<mbean code="org.jboss.aop.deployment.AspectManagerService"
to:
<mbean code="org.jboss.aop.deployment.AspectManagerServiceJDK5"
Shouldn't it be like that in the distribution package? I did everything as it is in the manauls, e.g. copied the -jdk50.deployer, changed EnableLoadtimeWeaving to true and added -javaagent:pluggable-instrumentor.jar.
Cheers,
Adam
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885528#3885528
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885528
|