You could try creating your own implementations of
org.jboss.ejb3.tx.TxInterceptorFactory
which creates
org.jboss.aspects.tx.TxInterceptorFactory
which uses
org.jboss.ejb3.tx.Ejb3TxPolicy
which subclasses
org.jboss.aspects.tx.TxPolicy
which is what calls commit
and update your ejb3-interceptors-aop.xml to use your version of the TxInterceptorFactory
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994681#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...