I have several stateful session beans and I don't want the default interceptors being
executed for their @Destroy @Remove annoted methods.
Is there a way to do that in the ejb-jar.xml?
Or do I have to annote every single method with @ExcludeDefaultInterceptors?
Haven't found anything about that neither on the web nor in my EJB 3 book (Burke).
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099405#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...