You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: