Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035177 | Openbravo ERP | A. Platform | public | 2017-02-07 08:59 | 2017-02-10 07:33 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR17Q1 | Fixed in Version | 3.0PR17Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - QA Approved |
Regression date | 2016-09-08 |
Regression introduced in release | 3.0PR16Q4 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/b4a8ad7a445ff946888867836f3c3c80cb988f2a [^] |
Triggers an Emergency Pack | No |
|
Summary | 0035177: Callout's pool should be initialized before executing them |
Description | Callout's pool should be initialized before executing them, in other case if the inherited myPool variable is used inside the execute method a NullPointerException will be thrown. |
Steps To Reproduce | 1) Apply the attached "calloutMyPool.diff" which adds a line which makes use of the myPool variable to show a message from the SE_InOut_Warehouse callout.
2) Compile and restart tomcat
3) Open the [Goods Shipment] window and notice that the NullPointerException is thrown in the log. |
Proposed Solution | Initialize myPool in the init method of DelegateConnectionProvider.
|
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0035176 | | closed | caristu | Callout's pool should be initialized before executing them |
|
Attached Files | calloutMyPool.diff (807) 2017-02-07 09:48 https://issues.openbravo.com/file_download.php?file_id=10418&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2017-02-07 09:00 | caristu | Type | defect => backport |
2017-02-07 09:00 | caristu | Target Version | => 3.0PR17Q1 |
2017-02-07 09:48 | hgbot | Checkin | |
2017-02-07 09:48 | hgbot | Note Added: 0094111 | |
2017-02-07 09:48 | hgbot | Status | scheduled => resolved |
2017-02-07 09:48 | hgbot | Resolution | open => fixed |
2017-02-07 09:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR17Q1/rev/d9244dfff23797bbad82c5086c9f5cfb77dee069 [^] |
2017-02-07 09:48 | caristu | File Added: calloutMyPool.diff | |
2017-02-07 09:49 | caristu | Review Assigned To | => alostale |
2017-02-07 10:08 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=14502#r14502 |
2017-02-10 07:33 | alostale | Note Added: 0094196 | |
2017-02-10 07:33 | alostale | Status | resolved => closed |
2017-02-10 07:33 | alostale | Fixed in Version | => 3.0PR17Q1 |