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
Particularly in the javadocs for TransactionSynchronizationRegistry, "active" is used to mean, effectively, "a state equal to that denoted by either Status.STATUS_ACTIVE or Status.STATUS_MARKED_ROLLBACK". The javadocs should be improved to clarify that the TransactionSynchronizationRegistry may be legally accessed when the return value of its getTransactionStatus() is either of these two Status constants.
Particularly in the javadocs for
TransactionSynchronizationRegistry
, "active" is used to mean, effectively, "a state equal to that denoted by eitherStatus.STATUS_ACTIVE
orStatus.STATUS_MARKED_ROLLBACK
". The javadocs should be improved to clarify that theTransactionSynchronizationRegistry
may be legally accessed when the return value of itsgetTransactionStatus()
is either of these twoStatus
constants.Discussion: https://www.eclipse.org/lists/jta-dev/msg00258.html
The text was updated successfully, but these errors were encountered: