Openbravo Issue Tracking System - Modules
View Issue Details
0038783ModulesExternal Data Integrationpublic2018-06-18 13:562018-06-25 18:30
javietxe 
AugustoMauch 
normalmajoralways
closedfixed 
5
 
 
caristu
0038783: SERQA 221 EDL: RequestDate after Executed date
When a synchronous EDL fails, sometimes the RequestDate is a date after the Executed, and this should not happen anytime as the description of the fields are:

- RequestDate: Date of the reception of the request
- Executed: Date of the finishing of processing.
Integrate any synchronous EDL with error.
No tags attached.
Issue History
2018-06-18 13:56javietxeNew Issue
2018-06-18 13:56javietxeAssigned To => platform
2018-06-18 13:56javietxeResolution time => 1530482400
2018-06-18 14:07javietxeSummarySERQA 221 EDL: RequestDate before Executed date => SERQA 221 EDL: RequestDate after Executed date
2018-06-18 14:07javietxeDescription Updatedbug_revision_view_page.php?rev_id=17314#r17314
2018-06-18 18:40AugustoMauchStatusnew => scheduled
2018-06-18 18:40AugustoMauchNote Added: 0105199
2018-06-18 18:40AugustoMauchStatusscheduled => resolved
2018-06-18 18:40AugustoMauchResolutionopen => fixed
2018-06-19 11:57AugustoMauchReview Assigned To => caristu
2018-06-19 11:57AugustoMauchAssigned Toplatform => AugustoMauch
2018-06-25 18:30caristuNote Added: 0105369
2018-06-25 18:30caristuStatusresolved => closed

Notes
(0105199)
AugustoMauch   
2018-06-18 18:40   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: e32866258863777e7844e870be26019e14d6148d
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Jun 18 18:02:17 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/e32866258863777e7844e870be26019e14d6148d [^] [^]

Fixes issue 38783: ExecutionDate is properly set when the EDLRequest fails

The problem was that if the request failed, the executionDate was not being set. In that case the default database value remained,
if there were differente in the database and the JVM clock, the execution date could be < than the creation date, which did not make sense.

---
M src/org/openbravo/externaldata/integration/process/ProcessRequest.java
(0105369)
caristu   
2018-06-25 18:30   
Reviewed