Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033953Retail ModulesStoreServerpublic2016-09-12 16:232016-12-28 14:21
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
RR17Q1 
AugustoMauch
No
No
0033953: Provide window to see the current open transactions to be replicated by Symmetric DS
http://wiki.openbravo.com/wiki/Projects:Symmetric_DS_provide_replication_monitor [^]
.
No tags attached.
Issue History
2016-09-12 16:23mtaalNew Issue
2016-09-12 16:23mtaalAssigned To => AugustoMauch
2016-09-12 16:23mtaalOBNetwork customer => No
2016-09-12 16:23mtaalTriggers an Emergency Pack => No
2016-11-21 18:52AugustoMauchAssigned ToAugustoMauch => mtaal
2016-12-15 09:50mtaalNote Added: 0092401
2016-12-15 09:50mtaalNote Edited: 0092401bug_revision_view_page.php?bugnote_id=0092401#r13999
2016-12-15 10:04hgbotCheckin
2016-12-15 10:04hgbotNote Added: 0092403
2016-12-15 10:04hgbotStatusnew => resolved
2016-12-15 10:04hgbotResolutionopen => fixed
2016-12-15 10:04hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/24577e6f1ffbc434bede52ff32baa3c9f807f773 [^]
2016-12-15 10:06mtaalReview Assigned To => AugustoMauch
2016-12-16 09:14hgbotCheckin
2016-12-16 09:14hgbotNote Added: 0092461
2016-12-18 22:08hgbotCheckin
2016-12-18 22:08hgbotNote Added: 0092739
2016-12-27 10:28AugustoMauchNote Added: 0093010
2016-12-27 10:28AugustoMauchStatusresolved => closed
2016-12-28 14:21hgbotCheckin
2016-12-28 14:21hgbotNote Added: 0093040

Notes
(0092401)
mtaal   
2016-12-15 09:50   
Documentation:
* http://wiki.openbravo.com/wiki/Monitoring_Symmetric_DS_Replication_Data [^]
* http://wiki.openbravo.com/wiki/Monitoring_and_Managing_Synchronization_Errors#Incoming_Errors [^]
* http://wiki.openbravo.com/wiki/Monitoring_and_Managing_Synchronization_Errors#Monitoring_Synchronization_Errors_from_the_Central_Server [^]

(0092403)
hgbot   
2016-12-15 10:04   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 24577e6f1ffbc434bede52ff32baa3c9f807f773
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Dec 15 10:03:49 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/24577e6f1ffbc434bede52ff32baa3c9f807f773 [^]

Fixes issue 33953: Provide window to see the current open transactions to be replicated by Symmetric DS
Provide 4 new windows to show symmetric ds data. For each window: added window/tab, table, datasource
definition. The windows show data from symmetric ds tables so a custom datasource implementation is
done for each window.

Implemented also a base datasource which supports some filtering and sorting. Also support update
in incoming_error datasource, not used for now but possibly in the future.

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src-db/database/sourcedata/AD_WINDOW.xml
M src-db/database/sourcedata/OBSERDS_DATASOURCE.xml
A src/org/openbravo/replication/symmetricds/datasource/IncomingBatchDS.java
A src/org/openbravo/replication/symmetricds/datasource/IncomingErrorDS.java
A src/org/openbravo/replication/symmetricds/datasource/OutgoingBatchDS.java
A src/org/openbravo/replication/symmetricds/datasource/OutgoingDataEventsDS.java
A src/org/openbravo/replication/symmetricds/datasource/SymmetricBaseDS.java
---
(0092461)
hgbot   
2016-12-16 09:14   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: bb34546a2eb48791e5b42617c1acba9e72dc881e
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Dec 16 09:14:09 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/bb34546a2eb48791e5b42617c1acba9e72dc881e [^]

Related to issue 33953: Provide window to see the current open transactions to be replicated by Symmetric DS
Flag the identifier columns of 2 tables to solve store server module build

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0092739)
hgbot   
2016-12-18 22:08   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 77413bd894aa7a07527e37a67173b4ff5650b7ea
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Dec 18 22:08:26 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/77413bd894aa7a07527e37a67173b4ff5650b7ea [^]

Related to issue 33953: Provide window to see the current open transactions to be replicated by Symmetric DS
Allow delete in the incoming batch/error windows. This makes sense if the outgoing batch on the other side has been
ignored.
Set all fields to read only so that edit has no functional purpose.

---
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_TAB.xml
---
(0093010)
AugustoMauch   
2016-12-27 10:28   
Code reviewed and verified in [1]@44a71e99b40e

[1] https://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds [^]
(0093040)
hgbot   
2016-12-28 14:21   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: aba4ed239013691d7e7c0c3f303d811f4f1f713d
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Dec 28 14:19:43 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/aba4ed239013691d7e7c0c3f303d811f4f1f713d [^]

Related with issue 33953: Removes debug log and formats java code

---
M src/org/openbravo/replication/symmetricds/datasource/SymmetricBaseDS.java
---