Openbravo Issue Tracking System - Modules
View Issue Details
0040611ModulesExternal Integration Infrastructurepublic2019-04-12 14:092019-04-24 12:33
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
 
AugustoMauch
0040611: Revert changes for supporting the synchronous execution of connector EDL Processes
The feature that allows synchronous execution of connector EDL Processes should be reverted because:

1) It is error prone in case the request data to be stored is high. If storing in database the data may not fit into the column, ant this scenario is not controlled.

2) It is not complete. When setting the type of request execution (SYNC/ASYNC) it should also be possible to choose the storage location.

3) Currently it does not exists a clear use case where this feature could be used.
-
No tags attached.
related to feature request 0039987 closed AugustoMauch Support the synchronous execution of connector EDL Processes 
Issue History
2019-04-12 14:09caristuNew Issue
2019-04-12 14:09caristuAssigned To => caristu
2019-04-12 14:09caristuIssue generated from0039987
2019-04-12 14:09caristuRelationship addedrelated to 0039987
2019-04-12 14:42caristuTypefeature request => defect
2019-04-12 14:44hgbotCheckin
2019-04-12 14:44hgbotNote Added: 0111109
2019-04-12 14:44hgbotStatusnew => resolved
2019-04-12 14:44hgbotResolutionopen => fixed
2019-04-12 14:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.service.external.integration/rev/bd69d6074b7b0798fb8cab398c58be9ef79cd266 [^]
2019-04-12 14:44caristuDescription Updatedbug_revision_view_page.php?rev_id=18623#r18623
2019-04-12 14:45caristuReview Assigned To => AugustoMauch
2019-04-24 12:33AugustoMauchNote Added: 0111265
2019-04-24 12:33AugustoMauchStatusresolved => closed

Notes
(0111109)
hgbot   
2019-04-12 14:44   
Repository: erp/pmods/org.openbravo.service.external.integration
Changeset: bd69d6074b7b0798fb8cab398c58be9ef79cd266
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Apr 12 14:43:50 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.external.integration/rev/bd69d6074b7b0798fb8cab398c58be9ef79cd266 [^]

fixes bug 40611: Revert changes for synch execution of EDL connector processes

---
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/OBEDL_PROCESS.xml
M src/org/openbravo/service/external/integration/edl/ConnectorBaseDataProcessor.java
M src/org/openbravo/service/external/integration/edl/IdBatchIterator.java
M src/org/openbravo/service/external/integration/edl/IntegrationIDListDataProcessor.java
M src/org/openbravo/service/external/integration/edl/IntegrationJSONDataProcessor.java
R src/org/openbravo/service/external/integration/edl/DatabaseSyncCustomStorageLocation.java
R src/org/openbravo/service/external/integration/edl/IntegrationIDListSyncProcessor.java
R src/org/openbravo/service/external/integration/edl/IntegrationJSONSyncProcessor.java
---
(0111265)
AugustoMauch   
2019-04-24 12:33   
Code reviewed and verified