Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0030175 | Retail Modules | Web POS | public | 2015-06-15 06:36 | 2015-06-24 15:31 |
Reporter | mtaal | ||||
Assigned To | mtaal | ||||
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | RR15Q3 | Fixed in Version | RR15Q3 | ||
Merge Request Status | |||||
Review Assigned To | migueldejuana | ||||
OBNetwork customer | No | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0030175: Small coding change to not hide exception/stack trace | ||||
Description | There is current code in the OrderLoader which does this: } catch (Exception e) { System.out.println("Error calling to M_UPDATE_INVENTORY"); throw new OBException(e.getMessage()); the system.out should go and also the throws should include the original exception: + throw new OBException(e.getMessage(), e); | ||||
Steps To Reproduce | force an exception in the update stock method | ||||
Proposed Solution | } catch (Exception e) { - System.out.println("Error calling to M_UPDATE_INVENTORY"); - throw new OBException(e.getMessage()); + throw new OBException(e.getMessage(), e); } } | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-06-15 06:36 | mtaal | New Issue | |||
2015-06-15 06:36 | mtaal | Assigned To | => mtaal | ||
2015-06-15 06:36 | mtaal | OBNetwork customer | => No | ||
2015-06-15 06:36 | mtaal | Triggers an Emergency Pack | => No | ||
2015-06-15 06:37 | hgbot | Checkin | |||
2015-06-15 06:37 | hgbot | Note Added: 0078272 | |||
2015-06-15 06:37 | hgbot | Status | new => resolved | ||
2015-06-15 06:37 | hgbot | Resolution | open => fixed | ||
2015-06-15 06:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5da88ff001153d202d8cc246c9c3a0a00bcdb078 [^] | ||
2015-06-24 15:31 | migueldejuana | Review Assigned To | => migueldejuana | ||
2015-06-24 15:31 | migueldejuana | Note Added: 0078487 | |||
2015-06-24 15:31 | migueldejuana | Status | resolved => closed | ||
2015-06-24 15:31 | migueldejuana | Fixed in Version | => RR15Q3 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|