이 콘텐츠는 선택한 언어로 제공되지 않습니다.
18.5.2. Enable Synchronization
In JBoss Data Grid, synchronization is automatically used for transactions where the mode is set to a non-XA option.
To enable synchronization, set the transaction element's mode parameter to either:
NONE
(synchronous), or;NO_XA
(synchronous).
Note
JBoss Data Grid only allows transaction enlistment through synchronization in Library mode.