I'm confused about using JTA transactions with iBATIS. The DTD for SqlMapConfig.xml says I can only have one transactionManager element and that can only specify one data source. I'm working with two databases. Do I need two SqlMapConfig.xml files? In my case, the two databases contain the same tables with the same columns which is way I was trying to get by with one file.

Reply via email to