Openbravo Issue Tracking System - Modules
View Issue Details
0040109ModulesExternal Data Integrationpublic2019-02-01 14:022019-02-15 11:38
javietxe 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
 
 
caristu
0040109: SERQA 5092: EDL request in initial and without request lines with wrong configuration
If a edl process is configured as "HasOutput=Y" but the configuration created is not active, the EDL Requests are set as initial and the request line is not created. As the request line is missing, the EDL Request cannot be reprocessed.
Create a edl process with hasOutput = Y
Create a configuration for this EDL Process
Set the configuration as "Active = N"
Generate a EDL Request for this process.

See that the EDL Request is in Initial status and the Request Line is not created.
No tags attached.
related to defect 0040214 new Triage Platform Base It is possible to reprocess EDL request without an active output configuration 
Issue History
2019-02-01 14:02javietxeNew Issue
2019-02-01 14:02javietxeAssigned To => platform
2019-02-01 14:02javietxeResolution time => 1550185200
2019-02-11 16:13AugustoMauchReview Assigned To => caristu
2019-02-11 16:13hgbotCheckin
2019-02-11 16:13hgbotNote Added: 0109676
2019-02-11 16:13hgbotStatusnew => resolved
2019-02-11 16:13hgbotResolutionopen => fixed
2019-02-11 16:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/f2dedadb23ca23ead82cf8f6eea377eec6366bbd [^]
2019-02-15 09:16caristuAssigned Toplatform => AugustoMauch
2019-02-15 09:18hgbotCheckin
2019-02-15 09:18hgbotNote Added: 0109851
2019-02-15 11:29caristuNote Added: 0109860
2019-02-15 11:29caristuStatusresolved => closed
2019-02-15 11:29caristuNote Edited: 0109860bug_revision_view_page.php?bugnote_id=0109860#r18329
2019-02-15 11:30caristuNote Edited: 0109860bug_revision_view_page.php?bugnote_id=0109860#r18330
2019-02-15 11:38caristuIssue cloned0040214
2019-02-15 11:38caristuRelationship addedrelated to 0040214

Notes
(0109676)
hgbot   
2019-02-11 16:13   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: f2dedadb23ca23ead82cf8f6eea377eec6366bbd
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Feb 06 17:42:39 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/f2dedadb23ca23ead82cf8f6eea377eec6366bbd [^]

Fixes issue 40109: EDL Request lines are created if there configuration errors

Two problems have been fixed:
If there is a configuration error,
- the EDL Request header status is now ERROR instead of INITIAL
- the EDL Requests Lines are created for async EDL processes, so that they can be rescheduled once the configuration error is fixed

---
M src/org/openbravo/externaldata/integration/process/AsynchronousProcessor.java
M src/org/openbravo/externaldata/integration/process/ProcessRequest.java
---
(0109851)
hgbot   
2019-02-15 09:18   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: ac1677a667012074e1d536204d218f16d4dc2088
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Feb 15 09:17:57 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/ac1677a667012074e1d536204d218f16d4dc2088 [^]

related to issue 40109: minor code review improvements

  - Minor javadoc improvement
  - Update copyright year

---
M src/org/openbravo/externaldata/integration/process/AsynchronousProcessor.java
M src/org/openbravo/externaldata/integration/process/ProcessRequest.java
---
(0109860)
caristu   
2019-02-15 11:29   
(edited on: 2019-02-15 11:30)
Reviewed + tested.

Fixed in version 2.0.900[1] of EDL module.

[1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleVersionDetail?moduleVersionId=E5B4844CCF894223928050B6C5BC2739 [^]