-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The logic regarding transaction rollback seems incorrect #837
Comments
Hello @xutengx , We need the details about the problem caused by the referenced code. |
Hi,
My mapper code :
My business code :
In SpringManagedTransaction
The problem is that when only one transaction manager is used and the connection is closed without rollback, there is no problem. |
@xutengx , Please post the stack trace of the error. |
src/main/java/org/mybatis/spring/transaction/SpringManagedTransaction.java
The text was updated successfully, but these errors were encountered: