Fix su connessioni nelle Sync
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -105,7 +105,7 @@ public class SyncManager {
|
|||||||
objectMapper.writeValue(baos, entitySource);
|
objectMapper.writeValue(baos, entitySource);
|
||||||
baos.close();
|
baos.close();
|
||||||
|
|
||||||
notifyFailSyncronization(e, multiDBTransactionManager.getDistributoreProfileName(), subscriptor, "", baos.toByteArray(), multiDBTransactionManager);
|
notifyFailSyncronization(e, multiDBTransactionManager.getDistributoreProfileName(), subscriptor, "", baos.toByteArray(), multiDBTransactionManager.getPrimaryConnection());
|
||||||
|
|
||||||
|
|
||||||
if (!(e instanceof SyncException)) {
|
if (!(e instanceof SyncException)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user