| 1. |
What Is The Diffrence Between A Local-tx-datasource And A Xa-datasource? Can You Use Transactions In Both ? |
|
Answer» A LOCAL-tx-datasource identifies a data SOURCE that uses transactions, even distributed trans ACTIONS within the local application server, but doesn’t use distributed transactions among multiple application SERVERS. An xa-datasource on the other HAND identifies a data source that uses distributed transaction among multi-ple application servers. A local-tx-datasource identifies a data source that uses transactions, even distributed trans actions within the local application server, but doesn’t use distributed transactions among multiple application servers. An xa-datasource on the other hand identifies a data source that uses distributed transaction among multi-ple application servers. |
|