Hi,
My app based on ejb3 (one of them is message driven bean).
We define some interceptors for all session beans, but how can we achieve such that if
caller is MDB, then bypass all intercepting stage. like
<interceptor-binding>
<ejb-name>myService</ejb-name>
<interceptor-class>com.myInterceptor</interceptor-class>
<exclude-caller>MDBname or MyMDBclass
</interceptor-binding>
Thanks
John
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078879#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...