Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0007804
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformcriticalhave not tried2009-02-24 19:122009-07-26 21:54
Reportergorka_gilView Statuspublic 
Assigned Tomtaal 
PriorityurgentResolutionfixedFixed in Version2.50MP3
StatusclosedFix in branchpiFixed in SCM revision1afb87b1eb5a
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version1.6.0_11
OS Version2.6.27-gentoo-r7Database version8.3.5Ant version1.7.1
Product Version2.50betaSCM revision3632 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0007804: validation in export.database for package a module fails with NOT_NULL_IN_DB_NOT_MANDATORY_IN_AD

DescriptionNot null columns requires that in aplication dictionary are set as mandatory.

But the validation fails althout these columns are set to mandatory.

Steps To Reproduce1. Install Room Scheculing System module.
2. Mark the module as InDevelopment
3. ant export.database

Shows an error:

Errors for Validation type: NOT_NULL_IN_DB_NOT_MANDATORY_IN_AD

Column ROOMS_ROOMSCHEDULE.ROOMS_ROOMSCHEDULE_ID is required (not-null) but in the Application Dictonary it is set as non-mandatory
[... one error for all not null columns...]

But in the Aplication Dictionary are already set to Mandatory.
Tags250MP3releasecandidate
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0014044)
pjuvara (reporter)
2009-02-25 07:47

Upgrading severity and priority as these are showstoppers for releasing beta.
(0014060)
jpabloae (reporter)
2009-02-25 14:29

Marking as resolved manually because the hg-mantis integration has been enabled some minutes ago in erp/devel/main.

https://code.openbravo.com/erp/devel/pi/rev/968741926fb0 [^]
(0014063)
hgbot (developer)
2009-02-25 15:08

Repository: erp/devel/pi
Changeset: 3637:cdd5b0df6e776a61253937ffbd4da8fe5f115539
Author: Anthony Wolski <awolski <at> openbravo.com>
Date: Wed Feb 25 14:49:32 2009 +0100

Changed to setMandatory(false). Issue 7804.

---
M src/org/openbravo/base/model/Property.java
---

http://code.openbravo.com/erp/devel/pi/rev/cdd5b0df6e776a61253937ffbd4da8fe5f115539 [^]
(0014065)
gorka_gil (administrator)
2009-02-25 17:56

It's still reproducible in 3637:cdd5b0df6e77
(0014069)
hgbot (developer)
2009-02-25 21:41

Repository: erp/devel/pi
Changeset: 3640:1c4a76d20d9ada2176768068134d4dc5396f98a0
Author: mtaal
Date: Wed Feb 25 21:34:44 2009 +0100

Fixes issue 7804, Update Issue validation in export.database for package a module fails with NOT_NULL_IN_DB_NOT_MANDATORY_IN_AD

---
M src-db/database/model/tables/AD_EXCEPTIONS.xml
M src/org/openbravo/base/model/Property.java
M src/org/openbravo/service/system/DatabaseValidator.java
---

http://code.openbravo.com/erp/devel/pi/rev/1c4a76d20d9ada2176768068134d4dc5396f98a0 [^]
(0014092)
hgbot (developer)
2009-02-26 11:43

Repository: erp/devel/pi
Changeset: 3245:acd2cc5767b130a36e650e886106373edd01c109
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Feb 26 11:42:36 2009 +0100

After fix bug 7804, core dal depends on generated dal code

---
M src/build.xml
---

http://code.openbravo.com/erp/devel/pi/rev/acd2cc5767b130a36e650e886106373edd01c109 [^]
(0017791)
hgbot (developer)
2009-07-03 13:10

Repository: erp/devel/pi
Changeset: 1ecf84f6a05ccc007c3227b230bf0521a61bebc0
Author: mtaal
Date: Wed Feb 25 13:14:24 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/1ecf84f6a05ccc007c3227b230bf0521a61bebc0 [^]

Fixes issue 7804, validation in export.database for package a module fails with NOT_NULL_IN_DB_NOT_MANDATORY_IN_AD

---
M src/org/openbravo/base/model/Property.java
M src/org/openbravo/dal/core/DalMappingGenerator.java
---
(0017792)
hgbot (developer)
2009-07-03 13:10

Repository: erp/devel/pi
Changeset: 01e84052fe9611b0dcbb648e993f98492ff0e561
Author: Anthony Wolski <awolski <at> openbravo.com>
Date: Wed Feb 25 14:49:32 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/01e84052fe9611b0dcbb648e993f98492ff0e561 [^]

Changed to setMandatory(false). Issue 7804.

---
M src/org/openbravo/base/model/Property.java
---
(0017793)
hgbot (developer)
2009-07-03 13:10

Repository: erp/devel/pi
Changeset: 1afb87b1eb5ac7874cbaecb4b68ce178b608c9c8
Author: mtaal
Date: Wed Feb 25 21:34:44 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/1afb87b1eb5ac7874cbaecb4b68ce178b608c9c8 [^]

Fixes issue 7804, Update Issue validation in export.database for package a module fails with NOT_NULL_IN_DB_NOT_MANDATORY_IN_AD

---
M src-db/database/model/tables/AD_EXCEPTIONS.xml
M src/org/openbravo/base/model/Property.java
M src/org/openbravo/service/system/DatabaseValidator.java
---

- Issue History
Date Modified Username Field Change
2009-02-24 19:12 gorka_gil New Issue
2009-02-24 19:12 gorka_gil Assigned To => mtaal
2009-02-24 19:12 gorka_gil Regression testing => No
2009-02-25 07:47 pjuvara Note Added: 0014044
2009-02-25 07:47 pjuvara Priority high => urgent
2009-02-25 07:47 pjuvara Severity major => critical
2009-02-25 14:27 jpabloae Status new => scheduled
2009-02-25 14:27 jpabloae fix_in_branch => trunk
2009-02-25 14:29 jpabloae Status scheduled => resolved
2009-02-25 14:29 jpabloae Fixed in Version => trunk
2009-02-25 14:29 jpabloae svn_revision => 968741926fb0
2009-02-25 14:29 jpabloae Resolution open => fixed
2009-02-25 14:29 jpabloae Note Added: 0014060
2009-02-25 15:08 hgbot Checkin
2009-02-25 15:08 hgbot Note Added: 0014063
2009-02-25 15:08 hgbot svn_revision 968741926fb0 =>
2009-02-25 17:56 gorka_gil Status resolved => new
2009-02-25 17:56 gorka_gil Resolution fixed => open
2009-02-25 17:56 gorka_gil Note Added: 0014065
2009-02-25 17:56 gorka_gil Fixed in Version trunk =>
2009-02-25 17:56 gorka_gil Status new => scheduled
2009-02-25 21:41 hgbot Checkin
2009-02-25 21:41 hgbot Note Added: 0014069
2009-02-25 21:41 hgbot Status scheduled => resolved
2009-02-25 21:41 hgbot Resolution open => fixed
2009-02-26 11:43 hgbot Checkin
2009-02-26 11:43 hgbot Note Added: 0014092
2009-04-21 10:33 psarobe Status resolved => closed
2009-04-22 00:00 anonymous sf_bug_id 0 => 2778005
2009-07-03 13:10 hgbot Checkin
2009-07-03 13:10 hgbot Note Added: 0017791
2009-07-03 13:10 hgbot Status closed => resolved
2009-07-03 13:10 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1ecf84f6a05ccc007c3227b230bf0521a61bebc0 [^]
2009-07-03 13:10 hgbot Checkin
2009-07-03 13:10 hgbot Note Added: 0017792
2009-07-03 13:10 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/1ecf84f6a05ccc007c3227b230bf0521a61bebc0 [^] => http://code.openbravo.com/erp/devel/pi/rev/01e84052fe9611b0dcbb648e993f98492ff0e561 [^]
2009-07-03 13:10 hgbot Checkin
2009-07-03 13:10 hgbot Note Added: 0017793
2009-07-03 13:10 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/01e84052fe9611b0dcbb648e993f98492ff0e561 [^] => http://code.openbravo.com/erp/devel/pi/rev/1afb87b1eb5ac7874cbaecb4b68ce178b608c9c8 [^]
2009-07-21 16:24 psarobe Fixed in Version 2.50 => 2.50MP3
2009-07-21 16:26 psarobe Tag Attached: 250MP3releasecandidate
2009-07-26 21:54 psarobe Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker