Skip to content
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

GH-859: Fix nested transactions [1.3.x backport] #863

Merged
merged 1 commit into from Nov 6, 2018

Conversation

garyrussell
Copy link
Contributor

Resolves #859

When using executeInTransaction on a transactional container thread,
we cannot use the existing transaction - clear the TL to allow a new
Producer to be allocated.

Invalid state transition (in-trans to in-trans).

cherry-pick to 2.1.x, 2.0.x, backport needed for 1.3.x

Resolves spring-projects#859

When using `executeInTransaction` on a transactional container thread,
we cannot use the existing transaction - clear the TL to allow a new
Producer to be allocated.

Invalid state transition (in-trans to in-trans).

**cherry-pick to 2.1.x, 2.0.x, backport needed for 1.3.x**
@artembilan artembilan merged commit a50a2a9 into spring-projects:1.3.x Nov 6, 2018
@garyrussell garyrussell deleted the GH-859 branch November 7, 2018 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants