Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015185Openbravo ERPY. DBSourceManagerpublic2010-11-12 12:512012-10-30 15:33
shuehner 
marvintm 
normalminorhave not tried
closedfixed 
5
 
3.0MP17 
marvintm
Core
No
0015185: Raise debug level for some warnings/error in update.database
When using log4j level info for the database tasks then a few useful messages are hidden:

a.) list of tables changes in local changes check (proposal: warning)
b.) info message that database has local changes (should be error), as it stops the build
No tags attached.
diff 15185.diff (1,345) 2010-11-12 12:53
https://issues.openbravo.com/file_download.php?file_id=3319&type=bug
Issue History
2010-11-12 12:51shuehnerNew Issue
2010-11-12 12:51shuehnerAssigned To => shuehner
2010-11-12 12:53shuehnerFile Added: 15185.diff
2010-11-12 12:54shuehnerAssigned Toshuehner => marvintm
2010-11-15 07:56alostaleStatusnew => scheduled
2012-08-21 16:27hgbotCheckin
2012-08-21 16:27hgbotNote Added: 0051436
2012-08-21 16:27hgbotStatusscheduled => resolved
2012-08-21 16:27hgbotResolutionopen => fixed
2012-08-21 16:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/9c6fb1606fa205a1ea31a8219dfb7df5cd9bf911 [^]
2012-08-29 09:28marvintmClosed by => marvintm
2012-08-29 09:28marvintmStatusresolved => closed
2012-08-29 09:28marvintmFixed in Version => 3.0MP15
2012-10-08 13:26hgbotCheckin
2012-10-08 13:26hgbotNote Added: 0053107
2012-10-08 13:26hgbotStatusclosed => resolved
2012-10-08 13:26hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/9c6fb1606fa205a1ea31a8219dfb7df5cd9bf911 [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/27f31870596fb8a1becb845aa1ece9ed058c35bd [^]
2012-10-30 15:33marvintmStatusresolved => closed
2012-10-30 15:33marvintmFixed in Version3.0MP15 => 3.0MP17

Notes
(0051436)
hgbot   
2012-08-21 16:27   
Repository: erp/devel/pi
Changeset: 9c6fb1606fa205a1ea31a8219dfb7df5cd9bf911
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Aug 21 16:26:57 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9c6fb1606fa205a1ea31a8219dfb7df5cd9bf911 [^]

Fixes issue 15185: Changed debug level in local changes check

The debug level of the message shown when it is detected that a table has been modified has been raised to warn.

The message that shows that the database has local changes is already an error.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0053107)
hgbot   
2012-10-08 13:26   
Repository: erp/devel/dbsm-main
Changeset: 27f31870596fb8a1becb845aa1ece9ed058c35bd
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Aug 21 16:30:26 2012 +0200
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/27f31870596fb8a1becb845aa1ece9ed058c35bd [^]

Fixes issue 15185: Changed debug level in local changes check

---
M src/org/openbravo/ddlutils/util/OBDataset.java
---