"shreyasshinde" wrote : It turns out that when EJBs applications are deployed,
the properties in ejb3-interceptors-aop.xml file under the deploy directory are applied
first.
That's because, your configuration instructs the container to do so:
<domain name="Strictly Pooled Stateless Bean" extends="Stateless
Bean" inheritBindings="true">
|
Notice the "extends". You have instructed that your domain extends the Stateless
Bean domain which comes from ejb3-interceptors-aop.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266969#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...