After trying to get my own aspects to work, I went back to example and noticed that not all the interceptors are working when I re-deploy the jboss-aop.xml. In particular, ExampleSessionBean.getValue() and EarExampleServlet.service() are not intercepted even though they were when I first deployed the aopexample.ear. I'm having a similar problem with my app. After removing, then re-deploying my aop.xml file, my interceptors stop working.
It's as if the interceptors only work only on instances that were constructed since re-deploying the aop.xml file (hence the value objects constructors and method calls are still being intercepted) Is there a limitation as to what can be dynamically intercepted? Thanks, Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929948#3929948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929948 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
