You can use EnableTransformer, but note that that will not give you interception of things
deployed using classloader scoping and web apps.
To use EnableLoadtimeWeaving you need to do some more setup of the classloaders as
outlined in section 10.3 of the JBoss AOP reference manual.
The JBoss AOP download comes with a tutorial example called 'injboss' which allows
you to verify if you have got loadtime weaving set up correctly
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978746#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...