A transaction manager is the part of an application that is responsible for coordinating transactions across one or more resources.
I'm new to Spring and I'm wondering if its possible to use numerous transaction managers in the same application? I …
java spring jpa spring-transactions transactionmanagerI try to write a transaction manager using JDBC in Spring. my app-servlet.xml <!-- JDBC Config --> &…
java web-services spring jdbc transactionmanagerI have to update two data sources as part of one transaction. That is - I do an update in …
spring hibernate transactions spring-data-jpa transactionmanagerBasically, what it says on the tin; I need a JTA implementation useable in a Java SE application, ideally one …
jta java transactionmanagerNEW CONF: i made some change to match with what you are saying. now i deleted hibernate-cfg.xml and did …
spring hibernate transactionmanagerEDIT: to whoever may be in interested in this issue, I provide the analysys of the problem with the related …
spring hibernate cxf spring-data-jpa transactionmanagerI am trying to create Spring-based solution for running batch of SQL queries on MySQL 5.5 server. By "query" I mean …
java jdbc transactions spring-batch transactionmanagerI wanted to access the Transaction Manager and datasource in my configuration in spring boot application. I am using spring-boot-starter-data-jpa …
java spring spring-boot transactionmanagerI have an existing application that uses the Hibernate SessionFactory for one database. We are adding another database for doing …
spring hibernate jpa transactionmanagerWe are using atomikos JTA with spring and 2 different mysql datasources. We got a problem, When we use two different …
spring spring-data transactional atomikos transactionmanager