Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013106 | Openbravo ERP | K. Packaging | public | 2010-04-23 15:58 | 2010-06-15 14:02 |
|
Reporter | networkb | |
Assigned To | marvintm | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 2.50MP14 | |
Target Version | | Fixed in Version | 2.50MP17 | |
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 | 0013106: error to package a module with naming exceptions |
Description | if a module have "naming exception" of type "table", when you package the module, an error is returned:
Table "tableName" defined in the Application Dictionary but is not present in the database |
Steps To Reproduce | . create module
insert dbprefix "PR"
insert naming exception "c_tableName"
. create in phisical database a table "c_tableName"
. create in application dictionary the table "c_tableName"
. execute "ant export.database"
. execute "ant package.module -Dmodule=nameModule"
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-04-23 15:58 | networkb | New Issue | |
2010-04-23 15:58 | networkb | Assigned To | => jpabloae |
2010-04-23 15:58 | networkb | OBNetwork customer | => No |
2010-04-23 16:01 | marvintm | Assigned To | jpabloae => marvintm |
2010-04-23 16:04 | hgbot | Checkin | |
2010-04-23 16:04 | hgbot | Note Added: 0026640 | |
2010-04-23 16:04 | hgbot | Status | new => resolved |
2010-04-23 16:04 | hgbot | Resolution | open => fixed |
2010-04-23 16:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ecec4ea06a1d67df85cc67fb9371e5857d519a5c [^] |
2010-05-07 13:02 | alostale | Status | resolved => closed |
2010-05-07 13:02 | alostale | Fixed in Version | => 2.50MP16 |
2010-05-08 00:00 | anonymous | sf_bug_id | 0 => 2998375 |
2010-05-11 18:20 | jpabloae | Fixed in Version | 2.50MP16 => 2.50MP17 |
2010-05-14 15:27 | hudsonbot | Checkin | |
2010-05-14 15:27 | hudsonbot | Note Added: 0027290 | |
2010-06-04 14:45 | hgbot | Checkin | |
2010-06-04 14:45 | hgbot | Note Added: 0027983 | |
2010-06-04 14:45 | hgbot | Status | closed => resolved |
2010-06-04 14:45 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/ecec4ea06a1d67df85cc67fb9371e5857d519a5c [^] => http://code.openbravo.com/erp/devel/pi/rev/4afa7c7e344836c4e86a34e8dfe8b2ed6cd53e2b [^] |
2010-06-07 21:21 | hudsonbot | Checkin | |
2010-06-07 21:21 | hudsonbot | Note Added: 0028105 | |
2010-06-07 23:43 | hudsonbot | Checkin | |
2010-06-07 23:43 | hudsonbot | Note Added: 0028147 | |
2010-06-15 14:02 | jpabloae | Status | resolved => closed |
Notes |
|
(0026640)
|
hgbot
|
2010-04-23 16:04
|
|
Repository: erp/devel/pi
Changeset: ecec4ea06a1d67df85cc67fb9371e5857d519a5c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Apr 23 16:02:38 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ecec4ea06a1d67df85cc67fb9371e5857d519a5c [^]
Fixed issue 13106. Modules with tables added to the name exceptions can now be exported and packaged.
---
M src/org/openbravo/service/system/SystemValidationTask.java
---
|
|
|
|
|
|
(0027983)
|
hgbot
|
2010-06-04 14:45
|
|
Repository: erp/devel/pi
Changeset: 4afa7c7e344836c4e86a34e8dfe8b2ed6cd53e2b
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Apr 23 16:02:38 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4afa7c7e344836c4e86a34e8dfe8b2ed6cd53e2b [^]
Fixed issue 13106. Modules with tables added to the name exceptions can now be exported and packaged.
---
M src/org/openbravo/service/system/SystemValidationTask.java
---
|
|
|
|
|
|
|
|