tolta commit da sincronizzazioni
This commit is contained in:
@@ -87,8 +87,6 @@ public class SyncManager {
|
|||||||
entityToSave.manageWithParentConnection(connection);
|
entityToSave.manageWithParentConnection(connection);
|
||||||
proceedSyncronization(entitySource, entityCloned, lastProfileUsed, multiDBTransactionManager);
|
proceedSyncronization(entitySource, entityCloned, lastProfileUsed, multiDBTransactionManager);
|
||||||
|
|
||||||
multiDBTransactionManager.commitAll();
|
|
||||||
|
|
||||||
logger.debug("Fine sincronizzazione per " + entitySource.getTableName() + " su " + multiDBTransactionManager.getDistributoreProfileName());
|
logger.debug("Fine sincronizzazione per " + entitySource.getTableName() + " su " + multiDBTransactionManager.getDistributoreProfileName());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
multiDBTransactionManager.rollbackAll();
|
multiDBTransactionManager.rollbackAll();
|
||||||
|
|||||||
Reference in New Issue
Block a user