Openbravo Issue Tracking System - Modules
View Issue Details
0039174ModulesExternal Data Integrationpublic2018-08-23 10:342019-05-24 14:12
javietxe 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
 
caristu
0039174: SERQA 4522: EDL: Errors not deleted from import entry when reprocessed
When an asynchronous EDL Request is in error, the error is stored in the errorinfo field of the import entry.

When an EDL Request is reprocessed, the Import entry is updated to put the status as initial, but the fields errorinfo and responseinfo fields are not updated if there is not any error, so we can have processed import entries that seems to have an error because these fields are fulfilled.
Create an asynchronous EDL request in error.

Reprocess this EDL request correcting it and see that the reprocessing has gone well.

Check the import entry related to the EDL Request line.
No tags attached.
related to defect 0039083 closed AugustoMauch When re-processing the EDL is not saving the error in Response field 
Issue History
2018-08-23 10:34javietxeNew Issue
2018-08-23 10:34javietxeAssigned To => platform
2018-08-30 08:45caristuRelationship addedrelated to 0039083
2018-08-31 09:38AugustoMauchSeveritymajor => minor
2019-05-22 13:09hgbotCheckin
2019-05-22 13:09hgbotNote Added: 0112070
2019-05-22 13:09hgbotStatusnew => resolved
2019-05-22 13:09hgbotResolutionopen => fixed
2019-05-22 13:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/681125e43313c84759e357575289dcc79a2448fd [^]
2019-05-22 13:10AugustoMauchReview Assigned To => caristu
2019-05-22 15:43AugustoMauchAssigned Toplatform => AugustoMauch
2019-05-24 14:11hgbotCheckin
2019-05-24 14:11hgbotNote Added: 0112125
2019-05-24 14:12caristuNote Added: 0112126
2019-05-24 14:12caristuStatusresolved => closed

Notes
(0112070)
hgbot   
2019-05-22 13:09   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: 681125e43313c84759e357575289dcc79a2448fd
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue May 21 17:58:13 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/681125e43313c84759e357575289dcc79a2448fd [^]

Fixes issue 39174: Import entry is properly reset before rescheduling it

When a import entry that had failed is rescheduled, its response fields (responseInfo and errorInfo)
where not being reset. They should be set to null before the import entry is rescheduled.

---
M src/org/openbravo/externaldata/integration/process/AsynchronousProcessor.java
---
(0112125)
hgbot   
2019-05-24 14:11   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: 5977f9d03257a280358211c8002e1fb999bb0c04
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri May 24 14:11:39 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/5977f9d03257a280358211c8002e1fb999bb0c04 [^]

related to issue 39174: minor code improvements

  - Use diamond operator

---
M src/org/openbravo/externaldata/integration/process/AsynchronousProcessor.java
---
(0112126)
caristu   
2019-05-24 14:12   
Reviewed + tested OK