Everything seems to be good...my -aop.xml file is getting deployed:
11:05:28,600 [-10.0.0.220] INFO yment.AspectDeployer - Deployed AOP: file:/C:/apps/jboss-4.0.1sp1/server/marble/tmp/deploy/tmp14669Marble.ear-contents/annotations.aop
|
I put a breakpoint on AspectXmlDeployer.deployXML and my xml file is getting deployed.
BUT when I run my app, none of my aspects work. No method/field interceptors get called.
I just upgraded to aop 1.3 jdk5 on 4.0.1sp1
Any ideas what could be going wrong? What should I be looking for?
That's the only line in the log that I see from aop during my app deployment.
The only thing I did was to copy the jboss-aop-jdk5.deployer to my server/app/deploy/ directory. Is there something else I need to do?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883713#3883713
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883713
|