Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009136 | Openbravo ERP | Y. DBSourceManager | public | 2009-05-21 18:05 | 2009-06-20 00:00 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | pi | |
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 | 0009136: If a module doesn't have a dbprefix defined, the module sourcedata is not exported |
Description | If a module doesn't have a dbprefix defined, and the export.database task is run with the -Dmodule property set, the module sourcedata is not exported. |
Steps To Reproduce | Create a module without a dbprefix. Then do:
ant export.ddatabase -Dmodule=javapackage_of_the_module
This task should export the sourcedata of the module (its module definition in ad_module and its dependencies). However, it doesn't do anything. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-05-21 18:05 | marvintm | New Issue | |
2009-05-21 18:05 | marvintm | Assigned To | => marvintm |
2009-05-21 18:05 | marvintm | OBNetwork customer | => No |
2009-05-25 14:12 | rafaroda | Note Added: 0016623 | |
2009-05-25 14:12 | rafaroda | Status | new => scheduled |
2009-05-25 14:14 | rafaroda | version | => pi |
2009-05-25 15:16 | marvintm | Proposed Solution updated | |
2009-05-25 17:33 | hgbot | Checkin | |
2009-05-25 17:33 | hgbot | Note Added: 0016633 | |
2009-05-25 17:33 | hgbot | Status | scheduled => resolved |
2009-05-25 17:33 | hgbot | Resolution | open => fixed |
2009-05-25 17:36 | hgbot | Checkin | |
2009-05-25 17:36 | hgbot | Note Added: 0016634 | |
2009-05-25 17:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/056829ab625faa55446c31c46faf0fc311b7830b [^] |
2009-06-19 07:40 | sureshbabu | Status | resolved => closed |
2009-06-19 07:40 | sureshbabu | Note Added: 0017447 | |
2009-06-19 07:40 | sureshbabu | Fixed in Version | => pi |
2009-06-20 00:00 | anonymous | sf_bug_id | 0 => 2809267 |
Notes |
|
|
Antonio,
Please provide the steps to reproduce this issue.
Thanks. |
|
|
(0016633)
|
hgbot
|
2009-05-25 17:33
|
|
Repository: dbsourcemanager
Revision: 324
Author: marvintm
Date: 2009-05-25 17:33:36 +0200 (Mon, 25 May 2009)
Fixed issue 9136. Now the sourcedata of a module will be exported even if it doesn't have a dbprefix.
---
U trunk/src/org/openbravo/ddlutils/task/ExportDatabase.java
---
https://dev.openbravo.com/websvn/dbsourcemanager/?rev=324&sc=1 [^]
|
|
|
(0016634)
|
hgbot
|
2009-05-25 17:36
|
|
|
|
|
Tested working fine, org.openbravo.oragadam package is created in the modules folder. |
|