Top "Transactionmanager" questions

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

Spring Transaction Manager: Rollback doesnt work

I wish to execute few insert queries within a transaction block where if there is any error all the inserts …

spring transactions spring-transactions transactionmanager
Why is HIbernateTransactionManager required in Spring?

When we can do transactions in hibernate through session, what is the need of HibernateTransactionManager again in Spring-hibernate integration? What …

spring hibernate spring-mvc transactionmanager
UPDATE statement on table xxx' expected to update 1 row(s); 0 were matched with Zope transactionmanager

I am running a Pyramid + Zope transaction manager + SQLAlchemy + PostgreSQL. On some occasions, I have seen StaleDataError error on a …

postgresql sqlalchemy pyramid zope transactionmanager
How do you test Spring @Transactional without just hitting hibernate level 1 cache or doing manual session flush?

Using Spring + Hibernate and transactional annotations. I'm trying to test the following: call a method that changes a User object …

spring hibernate transactional sessionfactory transactionmanager
Tomcat 8 Connection has been abandoned

First time posting question. Thanks all! The issue I have is been around for a while and we couldn't find …

java hibernate tomcat connection-pooling transactionmanager