Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033943Retail ModulesStoreServerpublic2016-09-12 10:222016-10-03 20:14
mtaal 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
RR17Q1RR16Q4 
mtaal
No
No
0033943: Upgrade Symmetric DS
Project to upgrade symmetric ds:
http://wiki.openbravo.com/wiki/Projects:Symmetric_DS_Upgrade [^]
.
No tags attached.
Issue History
2016-09-12 10:22mtaalNew Issue
2016-09-12 10:22mtaalAssigned To => AugustoMauch
2016-09-12 10:22mtaalOBNetwork customer => No
2016-09-12 10:22mtaalTriggers an Emergency Pack => No
2016-09-30 14:12hgbotCheckin
2016-09-30 14:12hgbotNote Added: 0090431
2016-09-30 14:12hgbotStatusnew => resolved
2016-09-30 14:12hgbotResolutionopen => fixed
2016-09-30 14:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/d96a6ca59624c4f903c315d2d24f27e7d28e5df4 [^]
2016-09-30 14:13AugustoMauchReview Assigned To => mtaal
2016-10-03 20:14mtaalStatusresolved => closed
2016-10-03 20:14mtaalFixed in Version => RR16Q4

Notes
(0090431)
hgbot   
2016-09-30 14:12   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: d96a6ca59624c4f903c315d2d24f27e7d28e5df4
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Sep 30 14:08:47 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/d96a6ca59624c4f903c315d2d24f27e7d28e5df4 [^]

Fixes issue 33943: Upgrades SymmetricDS to new major version 3.8.4

Upgrades SymmetricDS from 3.7.36 to 3.8.4. Some new feature highlights can be here [1].

There were two API changes that needed to be taken into account:
- The IOutgoingBatchService.listOutgoingBatches methods now accepts one extra parameter, a list of ids of initial load batches that will be used to filter the outgoing batches. We are not concerned about them so we can leave the list empty.
- When the SymmetricDS engine is started, it now automatically populates the node, node_security and node_identity tables, so now the populator process skips that part.

[1] http://www.symmetricds.org/news/symmetricds-3-8-0-released [^]

---
M src/org/openbravo/replication/symmetricds/SymmetricDSConfiguration_data.xsql
M src/org/openbravo/replication/symmetricds/SymmetricDsTablePopulator.java
M src/org/openbravo/replication/symmetricds/process/ReloadRemoteTableServlet.java
A lib/runtime/symmetric-client-3.8.4.jar
A lib/runtime/symmetric-core-3.8.4.jar
A lib/runtime/symmetric-csv-3.8.4.jar
A lib/runtime/symmetric-db-3.8.4.jar
A lib/runtime/symmetric-io-3.8.4.jar
A lib/runtime/symmetric-jdbc-3.8.4.jar
A lib/runtime/symmetric-server-3.8.4.jar
A lib/runtime/symmetric-util-3.8.4.jar
R lib/runtime/symmetric-client-3.7.36.jar
R lib/runtime/symmetric-core-3.7.36.jar
R lib/runtime/symmetric-csv-3.7.36.jar
R lib/runtime/symmetric-db-3.7.36.jar
R lib/runtime/symmetric-io-3.7.36.jar
R lib/runtime/symmetric-jdbc-3.7.36.jar
R lib/runtime/symmetric-server-3.7.36.jar
R lib/runtime/symmetric-util-3.7.36.jar
---