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 SynchronizationRegistry associates one Synchronization (i.e. itself) with a transaction through the current thread, but since a transaction can be suspended to create a new one, this results in trouble, because nested transactions don't get a Synchronization registered. Ultimately, this leads to post-commit listeners not being triggered when a nested transaction commits, but rather when the parent transaction to which the SynchronizationRegistry was associated commits.
The text was updated successfully, but these errors were encountered:
The
SynchronizationRegistry
associates oneSynchronization
(i.e. itself) with a transaction through the current thread, but since a transaction can be suspended to create a new one, this results in trouble, because nested transactions don't get aSynchronization
registered. Ultimately, this leads to post-commit listeners not being triggered when a nested transaction commits, but rather when the parent transaction to which theSynchronizationRegistry
was associated commits.The text was updated successfully, but these errors were encountered: