Interceptors are only triggered if the call goes through the ejb container. If you make a
call from within a bean to another of the bean's methods, it's a simple java
invocation - the call does not go through the container and is not intercepted.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036097#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...