Top "Transactionmanager" questions

A transaction manager is the part of an application that is responsible for coordinating transactions across one or more resources.

Spring - Is it possible to use multiple transaction managers in the same application?

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 transactionmanager
Spring JDBC transaction manager

I try to write a transaction manager using JDBC in Spring. my app-servlet.xml <!-- JDBC Config --> &…

java web-services spring jdbc transactionmanager
Spring @Transactional with a transaction across multiple data sources

I have to update two data sources as part of one transaction. That is - I do an update in …

spring hibernate transactions spring-data-jpa transactionmanager
What is a good open source Java SE JTA TransactionManager implementation?

Basically, what it says on the tin; I need a JTA implementation useable in a Java SE application, ideally one …

jta java transactionmanager
TransactionManager cannot initialize

NEW CONF: i made some change to match with what you are saying. now i deleted hibernate-cfg.xml and did …

spring hibernate transactionmanager
Spring TransactionManager - commit does not work

I 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 transactionmanager
TransactionManager and datasource in spring boot - spring data

I 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 transactionmanager
Is there a way to define a default transaction manager in Spring

I have an existing application that uses the Hibernate SessionFactory for one database. We are adding another database for doing …

spring hibernate jpa transactionmanager
Spring data - two different data sources on the same transaction causing abnormality

We 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