Openbravo Issue Tracking System - Modules
View Issue Details
0048156ModulesExternal Integration Infrastructurepublic2021-11-24 18:152021-12-20 13:44
martinsdan 
caristu 
normalmajoralways
closedfixed 
30Ubuntu 18.04.1 LTS
 
 
0048156: Error when reprocessing EDL
When the import entry of and EDL is archived and later it is reprocessed but there is an error, an NPE is thrown and the interface gets blocked.

The NPE is at https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/blob/master/src/org/openbravo/externaldata/integration/process/ProcessRequest.java#L492 [^]
Use an EDL Request that has the Import Entry archived or move it to archived.
Process the EDL on some way that it throws an error

The interface gets blocked
No tags attached.
related to defect 0040215 closed caristu An orphan import entry is left when the execution of a batch fails 
Issue History
2021-11-24 18:15martinsdanNew Issue
2021-11-24 18:15martinsdanAssigned To => platform
2021-11-25 07:14ivancaceresIssue Monitored: ivancaceres
2021-11-25 10:57hgbotNote Added: 0133350
2021-11-25 10:58caristuRelationship addedrelated to 0040215
2021-11-25 11:01caristuAssigned Toplatform => caristu
2021-12-20 13:44hgbotNote Added: 0133849
2021-12-20 13:44hgbotResolutionopen => fixed
2021-12-20 13:44hgbotStatusnew => closed
2021-12-20 13:44hgbotNote Added: 0133850

Notes
(0133350)
hgbot   
2021-11-25 10:57   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/merge_requests/9 [^]
(0133849)
hgbot   
2021-12-20 13:44   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/merge_requests/9 [^]
(0133850)
hgbot   
2021-12-20 13:44   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration [^]
Changeset: e06e1f415e912018245c6b79ec80ffc0ce815204
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 25-11-2021 10:57:05
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/commit/e06e1f415e912018245c6b79ec80ffc0ce815204 [^]

fixes ISSUE-48156: prevent NPE

---
M src/org/openbravo/externaldata/integration/process/ProcessRequest.java
---