Openbravo Issue Tracking System - Retail Modules
View Issue Details
0057426Retail ModulesEvents for Paymentspublic2024-12-11 13:002024-12-12 08:29
igor_trebol 
igor_trebol 
normalminorhave not tried
closedfixed 
5
 
 
approved
No
No
0057426: Add writeExtraErrorContent options for EDL Item Processors
Right now, an EDL Item Processor has the options to write in different situations:

When the process suceeds:
 - Content (with the function writeResponse).
 - Extra content (with the function outputExtraActions).

When the process fails:
 - Content (with the function writeErrorResponse).

But there is no option to write in the extra content when the process fails. It is needed to add that functionality.
N/A
No tags attached.
related to feature request 0045343 closed javietxe Modules Ability to save ws response in OutputExtraActions 
related to feature request 0049625 closed Triage Platform Conn Modules Support saving process output for failed EDL requests 
Issue History
2024-12-11 13:00igor_trebolNew Issue
2024-12-11 13:00igor_trebolAssigned To => igor_trebol
2024-12-11 13:00igor_trebolOBNetwork customer => No
2024-12-11 13:00igor_trebolTriggers an Emergency Pack => No
2024-12-11 13:00igor_trebolStatusnew => scheduled
2024-12-11 13:04caristuRelationship addedrelated to 0045343
2024-12-11 13:04caristuRelationship addedrelated to 0049625
2024-12-11 15:46hgbotMerge Request Status => open
2024-12-11 15:46hgbotNote Added: 0173180
2024-12-11 18:46hgbotMerge Request Statusopen => approved
2024-12-11 18:46hgbotNote Added: 0173191
2024-12-11 18:46hgbotResolutionopen => fixed
2024-12-11 18:46hgbotStatusscheduled => closed
2024-12-11 18:46hgbotNote Added: 0173192
2024-12-12 08:29hgbotNote Added: 0173213

Notes
(0173180)
hgbot   
2024-12-11 15:46   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/merge_requests/45 [^]
(0173191)
hgbot   
2024-12-11 18:46   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/merge_requests/45 [^]
(0173192)
hgbot   
2024-12-11 18:46   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration [^]
Changeset: 18dac9243f013984ccf27504c22f0482919229c2
Author: Igor Trebol <igor.trebol@openbravo.com>
Date: 11-12-2024 18:43:14
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/commit/18dac9243f013984ccf27504c22f0482919229c2 [^]

Fixes FR-57426: Support saving extra output content in error EDL requests

---
M src-test/org/openbravo/externaldata/integration/process/FailingItemProcessor.java
M src-test/org/openbravo/externaldata/integration/process/SaveErrorOutputTest.java
M src/org/openbravo/externaldata/integration/process/ItemProcessor.java
M src/org/openbravo/externaldata/integration/process/OutputDataProcessor.java
M src/org/openbravo/externaldata/integration/util/EDLUtils.java
---
(0173213)
hgbot   
2024-12-12 08:29   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration [^]
Changeset: 3847c06e45e9a714871c1ed1ccc5d4dc7c8f0f6f
Author: Carlos Aristu <c.aristu@orisha.com>
Date: 12-12-2024 08:29:14
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/commit/3847c06e45e9a714871c1ed1ccc5d4dc7c8f0f6f [^]

related to Fixes FR-57426: add missing info in log message and reduce log level

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