Skip to content

@Transaction annotated methods are not in transactions. #1968

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

Closed
mikereiche opened this issue Oct 1, 2024 · 0 comments · Fixed by #1969
Closed

@Transaction annotated methods are not in transactions. #1968

mikereiche opened this issue Oct 1, 2024 · 0 comments · Fixed by #1969
Assignees

Comments

@mikereiche
Copy link
Collaborator

mikereiche commented Oct 1, 2024

org.springframework.data.couchbase.transaction.error.TransactionSystemUnambiguousException: Transaction has failed with cause 'java.lang.RuntimeException: in transaction = false but expected in annotation transaction = true'

The assertion was looking for "org.springframework.transaction.interceptor" in the classpath. That is not (no longer) in the classpath as it is in the (async) classpath of the caller. I don't know what changed for it to no longer be in the classpath.

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 a pull request may close this issue.

1 participant