Project:
View Revisions: Issue #36580 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0036580: Is not possible to reprocess a request if the Apache JDBC Connection Pool is not configured | ||
Revision | 2019-07-05 19:06 by caristu | ||
Steps To Reproduce | 1) Install EDL[1] and the attached module 2) Configure Openbravo not make use of the Apache JDBC Connection Pool. In Openbravo.properties: db.externalPoolClassName= 3) Open the "Import UOM" process and execute it. 4) Go to the [EDL Request] windo and reprocess any of the newly created requests. The process fails due to the following error: java.lang.NullPointerException at org.openbravo.externaldata.integration.process.ProcessRequest.doCommit(ProcessRequest.java:886) at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:295) at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:208) at org.openbravo.externaldata.integration.examples.process.ImportUOMActionHandler.doExecute(ImportUOMActionHandler.java:37) at org.openbravo.client.application.process.BaseProcessActionHandler.execute(BaseProcessActionHandler.java:148) [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/External-Data-Integration-In-The-ERP [^] |
||
Revision | 2017-08-03 10:18 by caristu | ||
Steps To Reproduce | 1) Install EDL[1] and the attached module 2) Configure Openbravo not make use of the Apache JDBC Connection Pool. In Openbravo.properties: db.externalPoolClassName= 3) Open the "Import UOM" process and execute it. The process fails due to the following error: java.lang.NullPointerException at org.openbravo.externaldata.integration.process.ProcessRequest.doCommit(ProcessRequest.java:886) at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:295) at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:208) at org.openbravo.externaldata.integration.examples.process.ImportUOMActionHandler.doExecute(ImportUOMActionHandler.java:37) at org.openbravo.client.application.process.BaseProcessActionHandler.execute(BaseProcessActionHandler.java:148) [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/External-Data-Integration-In-The-ERP [^] |
||
Revision | 2017-08-03 10:17 by caristu | ||
Steps To Reproduce | 1) Install EDL[1] and the attached module 2) Configure Openbravo not make use of the Apache JDBC Connection Pool. In Openbravo.properties: db.externalPoolClassName= 3) Open the "Import UOM" process and execute it. The process fails due to the following error: java.lang.NullPointerException at org.openbravo.externaldata.integration.process.ProcessRequest.doCommit(ProcessRequest.java:886) at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:295) at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:208) at org.openbravo.externaldata.integration.examples.process.ImportUOMActionHandler.doExecute(ImportUOMActionHandler.java:37) at org.openbravo.client.application.process.BaseProcessActionHandler.execute(BaseProcessActionHandler.java:148) |
||
Revision | 2017-08-03 10:14 by caristu | ||
Steps To Reproduce | 1) Configure Openbravo not make use of the Apache JDBC Connection Pool. In Openbravo.properties: db.externalPoolClassName= 2) Try to add a new EDL Request: ProcessRequest<?, ?> processor = ProcessRequest.getProcessRequestInstance(); processor.addRequest(EDL_PROCESS_ID, requestData); |
Copyright © 2000 - 2009 MantisBT Group |