I'm using JBoss, Spring transactions, iBATIS and Spring DAOs
generated by Abator. I need to global transactions that span
operations in two databases. When I specify the <transactionManager>
element in my SqlMapConfig.xml file, should I use type="JTA" where
iBATIS will actively manage transactions or type="EXTERNAL" where
iBATIS will allow Spring to manage transactions?
- XA transactions Mark Volkmann
- RE: XA transactions Christopher . Mathrusse
- Re: XA transactions Mark Volkmann
- RE: XA transactions Christopher . Mathrusse
- XA transactions Mark Volkmann
- RE: XA transactions Chris Lamey
- Re: XA transactions Mark Volkmann