Notes |
|
(0106473)
|
hgbot
|
2018-08-24 10:17
|
|
Repository: erp/pmods/org.openbravo.service.external.integration
Changeset: 1c5e5fd8c02138239a7344d9761f90cb7d9fd844
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Aug 24 10:17:05 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.external.integration/rev/1c5e5fd8c02138239a7344d9761f90cb7d9fd844 [^]
Related with issue 39181: Use DbUtility.getUnderlyingSQLException in exception
Use DbUtility.getUnderlyingSQLException so that the exception message is Error: "@20501@" instead
of "Could not execute JDBC Batch".
The updated error message will later on be parsed when the exception is managed in the
AsynchronousProcessor class.
---
M src/org/openbravo/service/external/integration/edl/BaseImportItemProcessor.java
---
|
|
|
(0106475)
|
hgbot
|
2018-08-24 10:30
|
|
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: 6857ad09380c6c0334d6c77cb5963e4b016c5d3f
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Aug 24 10:29:52 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/6857ad09380c6c0334d6c77cb5963e4b016c5d3f [^]
Fixes issue 39181: AsynchronousProcessor parses exception messages
AsynchronousProcessor now calls OBMessageUtils.parseTranslation to parse the exception message
before storing it.
For instance, "Error: @20501@" will be replaced by "Document posted/processed"
---
M src/org/openbravo/externaldata/integration/process/AsynchronousProcessor.java
---
|
|
|
(0106490)
|
hgbot
|
2018-08-27 10:03
|
|
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: 0f6fefa057972925659817f684ca8ef1bfb46f1f
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Aug 27 10:03:50 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/0f6fefa057972925659817f684ca8ef1bfb46f1f [^]
Related with issue 39181: Parse error in the proper method
Instead of parsing the error message in one of the invocations to saveFailedItem, parse the message
in the saveFailedItem method itself.
---
M src/org/openbravo/externaldata/integration/process/AsynchronousProcessor.java
---
|
|
|
|
|
|
(0106660)
|
hgbot
|
2018-09-10 13:04
|
|
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: c709bda2313efe50915013d10277d4e0a04bc076
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Aug 24 10:29:52 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/c709bda2313efe50915013d10277d4e0a04bc076 [^]
Fixes issue 39181: AsynchronousProcessor parses exception messages
AsynchronousProcessor now calls OBMessageUtils.parseTranslation to parse the exception message
before storing it.
For instance, "Error: @20501@" will be replaced by "Document posted/processed"
---
M src/org/openbravo/externaldata/integration/process/AsynchronousProcessor.java
---
|
|
|
(0106661)
|
hgbot
|
2018-09-10 13:05
|
|
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: 327b7cebc3f531913049b7ae3200afe724dfbdf6
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Aug 27 10:03:50 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/327b7cebc3f531913049b7ae3200afe724dfbdf6 [^]
Related with issue 39181: Parse error in the proper method
Instead of parsing the error message in one of the invocations to saveFailedItem, parse the message
in the saveFailedItem method itself.
---
M src/org/openbravo/externaldata/integration/process/AsynchronousProcessor.java
---
|
|