Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||
0031451 | Openbravo ERP | A. Platform | public | 2015-11-12 12:53 | 2015-12-09 16:27 | ||||||||||||||||||||||||
Reporter | aferraz | ||||||||||||||||||||||||||||
Assigned To | aferraz | ||||||||||||||||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||
Platform | OS | 30 | OS Version | Professional Appliance | |||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||
Target Version | 3.0PR16Q1 | Fixed in Version | 3.0PR16Q1 | ||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||
Review Assigned To | alostale | ||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||
Web browser | |||||||||||||||||||||||||||||
Modules | Core | ||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||
Regression level | |||||||||||||||||||||||||||||
Regression date | |||||||||||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||
Summary | 0031451: Error should not be logged in case we throw an OBException with logException parameter as false | ||||||||||||||||||||||||||||
Description | In case we throw an OBException from an Event Handler calling OBException(String message, Throwable cause, boolean logException) method with logException parameter as false, error will be raised in the log by DefaultDataSourceService.update method (line 833), while it should not. | ||||||||||||||||||||||||||||
Steps To Reproduce | - In FIN_FinaccTransactionEventListener class, validateTransactionType method, line 82, change the following line: throw new OBException("@APRM_INVALID_TRANSACTION@"); into this one: throw new OBException("@APRM_INVALID_TRANSACTION@", null, false); As F&B Admin: - Select Cuenta de Banco Financial Account Create a new record in Transaction tab, but do not change any field. Click on Save button. Realize @APRM_INVALID_TRANSACTION@ error is shown in the log, although you have thrown it with logException as false: org.openbravo.base.exception.OBException: @APRM_INVALID_TRANSACTION@ | ||||||||||||||||||||||||||||
Proposed Solution | |||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||
2015-11-12 12:53 | aferraz | New Issue | |||||||||||||||||||||||||||
2015-11-12 12:53 | aferraz | Assigned To | => aferraz | ||||||||||||||||||||||||||
2015-11-12 12:53 | aferraz | Modules | => Core | ||||||||||||||||||||||||||
2015-11-12 12:53 | aferraz | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||
2015-11-12 12:54 | aferraz | Status | new => scheduled | ||||||||||||||||||||||||||
2015-11-12 12:54 | aferraz | Review Assigned To | => alostale | ||||||||||||||||||||||||||
2015-11-12 14:36 | hgbot | Checkin | |||||||||||||||||||||||||||
2015-11-12 14:36 | hgbot | Note Added: 0081758 | |||||||||||||||||||||||||||
2015-11-12 14:36 | hgbot | Status | scheduled => resolved | ||||||||||||||||||||||||||
2015-11-12 14:36 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||
2015-11-12 14:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/425220984e4ed06edc7f21c3963f617c3aee2a0c [^] | ||||||||||||||||||||||||||
2015-11-12 14:43 | aferraz | Relationship added | blocks 0031452 | ||||||||||||||||||||||||||
2015-11-16 14:39 | alostale | Note Added: 0081888 | |||||||||||||||||||||||||||
2015-11-16 14:39 | alostale | Status | resolved => closed | ||||||||||||||||||||||||||
2015-11-16 14:39 | alostale | Fixed in Version | => 3.0PR16Q1 | ||||||||||||||||||||||||||
2015-11-23 21:17 | hudsonbot | Checkin | |||||||||||||||||||||||||||
2015-11-23 21:17 | hudsonbot | Note Added: 0082210 | |||||||||||||||||||||||||||
2015-12-09 16:27 | alostale | Relationship added | related to 0031674 | ||||||||||||||||||||||||||
2017-06-14 16:58 | aferraz | Relationship added | blocks 0036191 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|