What is the reason that you can't use compile-time weaving inside JBoss AS? Load-time
weaving is disabled by default in JBoss AS because Javassist will have a tough time to
inspect all the classes during startup. As a result, we don't recommend to use
load-time option while running inside JBoss AS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011373#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...