[jboss-user] [JBoss AOP] - Re: intercept TransactionManager->commit()
kabir.khan@jboss.com
do-not-reply at jboss.com
Mon Dec 18 09:17:53 EST 2006
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#3994681
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994681
More information about the jboss-user
mailing list