Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013918Openbravo ERPA. Platformpublic2010-07-08 12:182010-07-15 00:00
plujan 
marvintm 
immediatemajorhave not tried
closedfixed 
5
 
 
Core
No
0013918: In Oracle, I get warning messages when installing Hello World module
I installed Hello World module in a Main checkout. While updating the database I got several warning messages. See attach.
1. In a recent Main checkout, install Hello World module
2. You are prompted to rebuild
3. On rebuild, several warnings are shown (see attach)
Regression QA
related to defect 0013920 closed marvintm When opening the log, I'm redirected to Login page 
png RebuildIssue_1.PNG (36,597) 2010-07-08 12:18
https://issues.openbravo.com/file_download.php?file_id=2756&type=bug
png
Issue History
2010-07-08 12:18plujanNew Issue
2010-07-08 12:18plujanAssigned To => alostale
2010-07-08 12:18plujanFile Added: RebuildIssue_1.PNG
2010-07-08 12:19plujanTag Attached: Regression QA
2010-07-08 12:23plujanRelationship addedrelated to 0013920
2010-07-08 13:08alostaleStatusnew => scheduled
2010-07-08 13:08alostaleAssigned Toalostale => marvintm
2010-07-08 13:08alostalefix_in_branch => pi
2010-07-13 11:50hgbotCheckin
2010-07-13 11:50hgbotNote Added: 0029250
2010-07-13 11:50hgbotStatusscheduled => resolved
2010-07-13 11:50hgbotResolutionopen => fixed
2010-07-13 11:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/dbsm-main/rev/4aac4a27aea7bcd3889d1d7123aaee076163598d [^]
2010-07-13 11:50hgbotCheckin
2010-07-13 11:50hgbotNote Added: 0029251
2010-07-13 11:50hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/dbsm-main/rev/4aac4a27aea7bcd3889d1d7123aaee076163598d [^] => http://code.openbravo.com/erp/devel/pi/rev/70088676c5b2561b3717efc224871549f1f90ec5 [^]
2010-07-14 04:44hudsonbotCheckin
2010-07-14 04:44hudsonbotNote Added: 0029293
2010-07-14 13:17shuehnerNote Added: 0029310
2010-07-14 13:17shuehnerStatusresolved => closed
2010-07-15 00:00anonymoussf_bug_id0 => 3029719

Notes
(0029250)
hgbot   
2010-07-13 11:50   
Repository: erp/devel/dbsm-main
Changeset: 4aac4a27aea7bcd3889d1d7123aaee076163598d
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Jul 13 10:26:32 2010 +0200
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/4aac4a27aea7bcd3889d1d7123aaee076163598d [^]

Fixed issue 13918. Prevent AD_SESSION related warnings from appearing.
Basically, these warnings will no longer appear because from now on, only the NOT NULL constraints for Application Dictionary and recreated tables will be dropped and created again.

---
M src/org/apache/ddlutils/Platform.java
M src/org/apache/ddlutils/platform/PlatformImplBase.java
M src/org/openbravo/ddlutils/task/AlterDatabaseDataAll.java
M src/org/openbravo/ddlutils/task/AlterDatabaseDataMod.java
---
(0029251)
hgbot   
2010-07-13 11:50   
Repository: erp/devel/pi
Changeset: 70088676c5b2561b3717efc224871549f1f90ec5
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Jul 13 10:27:32 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/70088676c5b2561b3717efc224871549f1f90ec5 [^]

Fixed issue 13918. Prevent AD_SESSION related warnings from appearing.
Basically, these warnings will no longer appear because from now on, only the NOT NULL constraints for Application Dictionary and recreated tables will be dropped and created again.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0029293)
hudsonbot   
2010-07-14 04:44   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/70088676c5b2 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/2a91111beef4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17878.obx [^]
(0029310)
shuehner   
2010-07-14 13:17   
Change reviewed -> OK. As problem in this defect can't be reliably reproduced the following testing was done:
On both postgresql + oracle using current pi (rev: b4fdc3108285) with no modules installed:
a.) Install 'Spanish professional localization pack', rebuild using rebuild popup (which uses update.database.mod). Then set all modules in development and do export.database. Verify export consistency related to db-structure.
b.) Install 'Quickstart 2.0' then follow like in a.)

Both tests on both databases did not show any unexpected structure inconsistencies.