Upgrading & configuring Infinispan 5.2.3 -> 5.3.0 for better 2-phase commit support.
[controller.git] / opendaylight / clustering / services_implementation / src / main / resources / config / infinispan-config.xml
index 16dd579abb83962c63f7c3efb3c21d856b1f5409..e917eea825bf7049e620ce8013bf0ce497bc095c 100644 (file)
   <namedCache name="transactional-type">
     <transaction
         transactionManagerLookupClass="org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup"
-        syncRollbackPhase="false"
-        syncCommitPhase="false"
+        syncRollbackPhase="true"
+        syncCommitPhase="true"
         cacheStopTimeout="30000"
         use1PcForAutoCommitTransactions="false"
         autoCommit="true"
         lockingMode="OPTIMISTIC"
-        useSynchronization="false"
+        useSynchronization="true"
         transactionMode="TRANSACTIONAL"
         />
   </namedCache>