Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #39083 All Revisions ] Back to Issue ]
Summary 0039083: When re-processing the EDL is not saving the error in Response field
Revision 2019-05-22 13:35 by AugustoMauch
Steps To Reproduce - Install the EDL Examples module [1]
- Add the following code to SyncUOMImportProcessItemProcessor to force an error:

  @Override
  protected void processItem(JSONObject item) throws OBException {
    throw new OBException("Error message 1");
  }

- Execute the Import UOM Synchronously process (available in the menu)
- The resulting EDL Request will show the proper error message
- Update SyncUOMImportProcessItemProcessor, replace "Error message 1" with "Error message 2"
- Reprocess the EDL Request. "Error message 2" will be shown in the status bar, but not in the Response field of the request
- Replace throw new OBException("Error message 1"); with super.processItem(item);. The process will run successfully, but the Status and Response fields of the EDL request are not updated.


[1] https://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration.examples/ [^]
Revision 2018-08-30 08:28 by caristu
Steps To Reproduce 1- Contact NMA for the environment
2- Process, for example, an XML that will generate an error
3- Go to EDL window and see that in Response field the error is stored
4- Modified the Request data to fix this error and modify it to generate a different new error
5- Reprocess it
6- Check that the new error is shown in the message bar but it is not stored in the response field.
Revision 2018-08-30 08:26 by caristu
Steps To Reproduce 1- Log in laeuropea sap test environment
2- Process, for example, an XML that will generate an error
3- Go to EDL window and see that in Response field the error is stored
4- Modified the Request data to fix this error and modify it to generate a different new error
5- Reprocess it
6- Check that the new error is shown in the message bar but it is not stored in the response field.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker