Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008316Openbravo ERPA. Platformpublic2009-03-26 16:322009-05-12 11:39
shuehner 
shuehner 
normalmajorhave not tried
closedfixed 
5
2.40 
2.40MP4 
Core
No
0008316: Exception reporting for navigation in generated windows uses DEBUG instead of error
Meaning that the java exception (error messages) are only visible if you enable DEBUG logging which is normally disabled.

In addition the stacktrace (for finding the error) and the error message go into different logfiles which makes finding the error much harder.
- change error-message to use type error instead of debug
- log the stacktrace together with the error message.
No tags attached.
blocks defect 0008312 closed shuehner Exception reporting for navigation in generated windows uses DEBUG instead of error 
Issue History
2009-03-26 16:51shuehnerTypedefect => backport
2009-03-26 16:51shuehnerfix_in_branch => 2.40
2009-03-26 17:42hgbotCheckin
2009-03-26 17:42hgbotNote Added: 0015017
2009-03-26 17:42hgbotStatusscheduled => resolved
2009-03-26 17:42hgbotResolutionopen => fixed
2009-03-26 17:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/d1d736bfb92e7e8c81874d421adb47e55859d53e [^]
2009-05-10 19:37psarobeFixed in Version => 2.40MP4
2009-05-12 11:39psarobeStatusresolved => closed

Notes
(0015017)
hgbot   
2009-03-26 17:42   
Repository: erp/stable/2.40
Changeset: d1d736bfb92e7e8c81874d421adb47e55859d53e
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Mar 26 17:41:51 2009 +0100
URL: http://code.openbravo.com/erp/stable/2.40/rev/d1d736bfb92e7e8c81874d421adb47e55859d53e [^]

Fixed 8316: Use log-level error instead of debug for logging exceptions

---
M src-wad/src/org/openbravo/wad/javasource.javaxml
---