In a stand-alone application, I have multiple JDBC data sources.
How can I have transactions surrounding theses data sources ?
In a stand-alone application, I have multiple JDBC data sources.
How can I have transactions surrounding theses data sources ?
You can use org.springframework.transaction.jta.JtaTransaction Manager as your transaction Manager, with a distributed transaction manager like JTOM.
Is there any sample doing this ?
How to inject JOTM ? Using beans ?