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
The Neo4jTransactionHolder and ReactiveNeo4jTransactionHolder must not rollback the transaction itself, but only keep the marker around. Otherwise the exceptions happening through erroneous commits will be shadowed by a failed rollback.
The text was updated successfully, but these errors were encountered:
The
Neo4jTransactionHolder
andReactiveNeo4jTransactionHolder
must not rollback the transaction itself, but only keep the marker around. Otherwise the exceptions happening through erroneous commits will be shadowed by a failed rollback.The text was updated successfully, but these errors were encountered: