Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008312Openbravo ERPA. Platformpublic2009-03-26 16:322009-04-22 00:01
shuehner 
shuehner 
normalmajorhave not tried
closedfixed 
5
2.40 
2.50 
Core
No
0008312: 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.
depends on backport 0008316 closed shuehner Exception reporting for navigation in generated windows uses DEBUG instead of error 
diff navigation_logging.diff (2,602) 2009-03-26 16:32
https://issues.openbravo.com/file_download.php?file_id=1080&type=bug
Issue History
2009-03-26 16:32shuehnerNew Issue
2009-03-26 16:32shuehnerAssigned To => shuehner
2009-03-26 16:32shuehnerRegression testing => No
2009-03-26 16:32shuehnerFile Added: navigation_logging.diff
2009-03-26 16:32shuehnerNote Added: 0015015
2009-03-26 16:51shuehnerStatusnew => scheduled
2009-03-26 16:51shuehnerfix_in_branch => pi
2009-03-26 18:11hgbotCheckin
2009-03-26 18:11hgbotNote Added: 0015019
2009-03-26 18:11hgbotStatusscheduled => resolved
2009-03-26 18:11hgbotResolutionopen => fixed
2009-03-26 18:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/306e035f42982d75c4b4d250b0fdbab771fc4c01 [^]
2009-04-21 10:53psarobeStatusresolved => closed
2009-04-22 00:01anonymoussf_bug_id0 => 2778094

Notes
(0015015)
shuehner   
2009-03-26 16:32   
attached patch to show proposed solution.
(0015019)
hgbot   
2009-03-26 18:11   
Repository: erp/devel/pi
Changeset: 306e035f42982d75c4b4d250b0fdbab771fc4c01
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Mar 26 18:11:02 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/306e035f42982d75c4b4d250b0fdbab771fc4c01 [^]

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

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