[jboss-user] [EJB 3.0] - Re: Interceptors broken?

bdecoste do-not-reply at jboss.com
Tue Apr 10 15:16:04 EDT 2007


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#4036097

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036097



More information about the jboss-user mailing list