Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013918 | Openbravo ERP | A. Platform | public | 2010-07-08 12:18 | 2010-07-15 00:00 |
|
Reporter | plujan | |
Assigned To | marvintm | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013918: In Oracle, I get warning messages when installing Hello World module |
Description | I installed Hello World module in a Main checkout. While updating the database I got several warning messages. See attach. |
Steps To Reproduce | 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) |
Proposed Solution | |
Additional Information | |
Tags | Regression QA |
Relationships | related to | defect | 0013920 | | closed | marvintm | When opening the log, I'm redirected to Login page |
|
Attached Files | RebuildIssue_1.PNG (36,597) 2010-07-08 12:18 https://issues.openbravo.com/file_download.php?file_id=2756&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2010-07-08 12:18 | plujan | New Issue | |
2010-07-08 12:18 | plujan | Assigned To | => alostale |
2010-07-08 12:18 | plujan | File Added: RebuildIssue_1.PNG | |
2010-07-08 12:18 | plujan | OBNetwork customer | => No |
2010-07-08 12:19 | plujan | Tag Attached: Regression QA | |
2010-07-08 12:23 | plujan | Relationship added | related to 0013920 |
2010-07-08 13:08 | alostale | Status | new => scheduled |
2010-07-08 13:08 | alostale | Assigned To | alostale => marvintm |
2010-07-08 13:08 | alostale | fix_in_branch | => pi |
2010-07-13 11:50 | hgbot | Checkin | |
2010-07-13 11:50 | hgbot | Note Added: 0029250 | |
2010-07-13 11:50 | hgbot | Status | scheduled => resolved |
2010-07-13 11:50 | hgbot | Resolution | open => fixed |
2010-07-13 11:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/dbsm-main/rev/4aac4a27aea7bcd3889d1d7123aaee076163598d [^] |
2010-07-13 11:50 | hgbot | Checkin | |
2010-07-13 11:50 | hgbot | Note Added: 0029251 | |
2010-07-13 11:50 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/dbsm-main/rev/4aac4a27aea7bcd3889d1d7123aaee076163598d [^] => http://code.openbravo.com/erp/devel/pi/rev/70088676c5b2561b3717efc224871549f1f90ec5 [^] |
2010-07-14 04:44 | hudsonbot | Checkin | |
2010-07-14 04:44 | hudsonbot | Note Added: 0029293 | |
2010-07-14 13:17 | shuehner | Note Added: 0029310 | |
2010-07-14 13:17 | shuehner | Status | resolved => closed |
2010-07-15 00:00 | anonymous | sf_bug_id | 0 => 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
---
|
|
|
|
|
|
|
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. |
|