hm, im still not sure whats the cause of the problem, but to get a step further i would
recommend that you use loadtime weaving. - just to make sure that its not a packaging
problem.
so, enable loadtime weaving in jboss and just put the jboss-aop.xml file in the deploy
directory and ignore all jboss aop precomiling in your buildsetup. also add the debug
option i mentioned in the previous post. the deployment of your app will take longer with
loadtime weaving, but you should be able to see the aop parsing of the classes while the
load. check if the classes you are introducing actually gets transformed (you'll see a
debug msg if it is).
good luck :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111869#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...