Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0009077 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2009-05-19 10:10 | 2009-07-27 00:00 | |||
Reporter | roklenardic | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 2.50MP3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 01ce35fd00dd | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_12 | |||
OS Version | Ubuntu 9.04 | Database version | 8.3.7 | Ant version | 1.7.1 | |||
Product Version | main | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0009077: install.source + configScript.xml error | |||||||
Description | when executing "ant install.source", we have been getting the Loading config script for module Training Customization Template. Path: /home/rok/openbravoTraining/src-db/database/../../modules/org.openbravo.training.template/src-db/database/configScript.xml Parse Error at line 2 column 11: Document root element "vector", must match DOCTYPE root "null". Parse Error at line 2 column 11: Document is invalid: no grammar found. Executed 2 SQL command(s) with 0 error(s) error. Same thing happens to Openbravo Xpress template. | |||||||
Steps To Reproduce | Do "ant install.source" from a 2.50MP1 fresh install with at least one active module/template with the following configScript.xml <?xml version="1.0"?> <vector> <columnDataChange tablename="AD_FIELD" columnname="ISDISPLAYED" pkRow="800724"> <oldValue><![CDATA[Y]]></oldValue> <newValue><![CDATA[N]]></newValue> </columnDataChange> <columnDataChange tablename="AD_FIELD" columnname="SEQNO" pkRow="800724"> <oldValue><![CDATA[10]]></oldValue> <newValue/> </columnDataChange> </vector> | |||||||
Tags | 250MP3releasecandidate | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0016451) rafaroda (developer) 2009-05-19 11:09 |
Rok, Please specify the Openbravo ERP version and the steps to reproduce this issue. Thanks. |
(0016455) roklenardic (developer) 2009-05-19 11:46 |
Do "ant install.source" from a 2.50MP1 fresh install with at least one active module/template with the following configScript.xml <?xml version="1.0"?> <vector> <columnDataChange tablename="AD_FIELD" columnname="ISDISPLAYED" pkRow="800724"> <oldValue><![CDATA[Y]]></oldValue> <newValue><![CDATA[N]]></newValue> </columnDataChange> <columnDataChange tablename="AD_FIELD" columnname="SEQNO" pkRow="800724"> <oldValue><![CDATA[10]]></oldValue> <newValue/> </columnDataChange> </vector> |
(0016459) gnuyoga (reporter) 2009-05-19 12:08 |
Priya from RM team has also found the same bug while doing a build. http://builds.openbravo.com/job/erp_devel_main-obxpress/13/consoleText [^] - sree |
(0016648) hgbot (developer) 2009-05-26 10:28 |
Repository: dbsourcemanager Revision: 325 Author: marvintm Date: 2009-05-26 10:28:03 +0200 (Tue, 26 May 2009) Fixed issue 9077. There shouldn't be wrong warnings when applying a configuration script anymore. --- U trunk/src/org/apache/ddlutils/io/DatabaseIO.java --- https://dev.openbravo.com/websvn/dbsourcemanager/?rev=325&sc=1 [^] |
(0016649) hgbot (developer) 2009-05-26 10:28 |
Repository: erp/devel/pi Changeset: 01ce35fd00dd38157f0c1241a44ffd9757200677 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue May 26 10:28:21 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/01ce35fd00dd38157f0c1241a44ffd9757200677 [^] Fixed issue 9077. There shouldn't be wrong warnings when applying a configuration script anymore. --- M src-db/database/lib/dbsourcemanager.jar --- |
Issue History | |||
Date Modified | Username | Field | Change |
2009-05-19 10:10 | roklenardic | New Issue | |
2009-05-19 10:10 | roklenardic | Assigned To | => rafaroda |
2009-05-19 10:10 | roklenardic | Regression testing | => No |
2009-05-19 11:09 | rafaroda | Note Added: 0016451 | |
2009-05-19 11:09 | rafaroda | Status | new => feedback |
2009-05-19 11:46 | roklenardic | Note Added: 0016455 | |
2009-05-19 12:08 | gnuyoga | Note Added: 0016459 | |
2009-05-19 15:51 | rafaroda | Assigned To | rafaroda => alostale |
2009-05-19 15:51 | rafaroda | Priority | normal => high |
2009-05-19 15:51 | rafaroda | Status | feedback => scheduled |
2009-05-19 15:51 | rafaroda | version | => main |
2009-05-19 15:51 | rafaroda | Proposed Solution updated | |
2009-05-20 16:47 | alostale | Assigned To | alostale => marvintm |
2009-05-26 10:28 | hgbot | Checkin | |
2009-05-26 10:28 | hgbot | Note Added: 0016648 | |
2009-05-26 10:28 | hgbot | Status | scheduled => resolved |
2009-05-26 10:28 | hgbot | Resolution | open => fixed |
2009-05-26 10:28 | hgbot | Checkin | |
2009-05-26 10:28 | hgbot | Note Added: 0016649 | |
2009-05-26 10:28 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/01ce35fd00dd38157f0c1241a44ffd9757200677 [^] |
2009-06-22 11:09 | psarobe | Fixed in Version | => main |
2009-07-21 16:24 | psarobe | Fixed in Version | main => 2.50MP3 |
2009-07-21 16:26 | psarobe | Tag Attached: 250MP3releasecandidate | |
2009-07-26 21:59 | psarobe | Status | resolved => closed |
2009-07-27 00:00 | anonymous | sf_bug_id | 0 => 2827479 |
Copyright © 2000 - 2009 MantisBT Group |