Sorry, I meant to say transaction manager type in the sql-map-config.xml, not dao.xml earlier.
-----Original Message----- From: Rafiq, Adnan Sent: Friday, May 06, 2005 4:26 PM To: 'ibatis-user-java@incubator.apache.org' Subject: Transaction Manager If one is using Weblogic 8.1 and wishes to use iBatis in conjunction with stateless session beans (in such a way that the transactions boundaries are container-managed) and there are two databases involved (XA), what should be the transaction manager type in the dao.xml file? External or JTA?