Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0006737 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
feature request | [Openbravo ERP] A. Platform | minor | always | 2008-12-24 14:37 | 2009-01-02 21:20 | |||||||
Reporter | iperdomo | View Status | public | |||||||||
Assigned To | iciordia | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_07 | |||||||
OS Version | 2.6.25-gentoo-r9 | Database version | 8.3.4 | Ant version | 1.7.0 | |||||||
Product Version | pi | SCM revision | 11565 | |||||||||
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 | 0006737: XMLEngine main() method is broken after fix in Rev.11558 | |||||||||||
Description | The class XmlEngine allows you to execute it from command line e.g. java XmlEngine [driver URL] file The main() method of this class allows you to create a XmlEngine object without connection, but now we are require always a connection to the database. The connection pool handling should be defined in the main() method. | |||||||||||
Proposed Solution | * Handling the connection to the database in the main() method, or * Stops supporting XmlEngine to be executed from command line (remove the main method, and the XmlEngine() constructor) | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0011885) iciordia (manager) 2009-01-02 21:20 |
XmlEngine should be refactored to remove dependencies from ConnectionProvider. Translation on the fly should not be required but an optional feature (using a transparent implementation of Translation Handler?). Using xmlEngine from command line helps to test it and it should not be removed |
Issue History | |||
Date Modified | Username | Field | Change |
2008-12-24 14:37 | iperdomo | New Issue | |
2008-12-24 14:37 | iperdomo | Assigned To | => iciordia |
2008-12-24 14:37 | iperdomo | sf_bug_id | 0 => 2464400 |
2008-12-24 14:37 | iperdomo | Regression testing | => No |
2009-01-02 21:20 | iciordia | Note Added: 0011885 | |
2009-01-02 21:20 | iciordia | Type | defect => feature request |
Copyright © 2000 - 2009 MantisBT Group |