Migrating caches to TRANSACTIONAL Caches and enabled use1PcForAutoCommitTransactions.
[controller.git] / opendaylight / configuration / implementation / src / main / java / org / opendaylight / controller / configuration / internal / ConfigurationImpl.java
index 8e2741e7d1b1231b5d16ab63af07712ea4a8cad9..fa81ee026a39ac2766456958636515fffee4e6f5 100644 (file)
@@ -145,7 +145,7 @@ public class ConfigurationImpl implements IConfigurationService, ICacheUpdateAwa
         }
         try {
             this.clusterServices.createCache("config.event.save",
-                    EnumSet.of(IClusterServices.cacheMode.NON_TRANSACTIONAL));
+                    EnumSet.of(IClusterServices.cacheMode.TRANSACTIONAL));
         } catch (CacheConfigException cce) {
             logger.error("Error creating Configuration cache ", cce);
         } catch (CacheExistException cce) {