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.