Openbravo Issue Tracking System - Modules
View Issue Details
0036631ModulesExternal Data Integrationpublic2017-08-09 15:072017-09-01 08:26
caristu 
caristu 
normalminorN/A
closedfixed 
5
 
 
alostale
0036631: Context Data is not initialized in obtainWriter() method of OutputDataProcessor
The fix for issue 0036330 made accessible the context data for classes extending OutputDataProcessor.

One of the methods that must be implemented by those classes is the obtainWriter() method. In case it is desired to retrieve information from the context data at that point, it is currently not possible as the context data is initialized right after the execution of that method.
In description
No tags attached.
related to feature request 0036330 closed caristu OutputDataProcessor does not have access to the process context data 
Issue History
2017-08-09 15:07caristuNew Issue
2017-08-09 15:07caristuAssigned To => platform
2017-08-09 15:07caristuRelationship addedrelated to 0036330
2017-08-09 15:07caristuAssigned Toplatform => caristu
2017-08-10 08:41hgbotCheckin
2017-08-10 08:41hgbotNote Added: 0098462
2017-08-10 08:41hgbotStatusnew => resolved
2017-08-10 08:41hgbotResolutionopen => fixed
2017-08-10 08:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/6ec51d2698e716700759c2745da4a3d06eaa9f95 [^]
2017-08-10 08:42caristuReview Assigned To => alostale
2017-08-10 08:42caristuIssue Monitored: alostale
2017-08-31 09:47alostaleNote Added: 0098742
2017-08-31 09:47alostaleStatusresolved => closed
2017-09-01 08:26caristuNote Added: 0098763

Notes
(0098462)
hgbot   
2017-08-10 08:41   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: 6ec51d2698e716700759c2745da4a3d06eaa9f95
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Aug 10 08:38:07 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/6ec51d2698e716700759c2745da4a3d06eaa9f95 [^]

fixes issue 36631: Initialize context data before obtaining the writer

 Now the context data is initialized before invoking obtainWriter(). This allows to configure the writer dynamically depending on the context.

---
M src/org/openbravo/externaldata/integration/process/OutputDataProcessor.java
---
(0098742)
alostale   
2017-08-31 09:47   
reviewed
(0098763)
caristu   
2017-09-01 08:26   
Fixed in version 2.0.203