Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EasyBeans 1.1.0 RC2, EasyBeans 1.0.2
-
Fix Version/s: EasyBeans 1.1.0 RC2, EasyBeans 1.2.0 M1
-
Component/s: Core
-
Labels:None
-
Environment:Suse Linux 10.3, Eclipse Platform 3.4.0
-
Global Rank:1791
Description
Provide a configuration file to Hsqldb.
Currently, the path where the hsqldb files are to be placed is defined by default :
System.getProperty("java.io.tmpdir") + File.separator + "easybeans" + File.separator + "hsqldb" + File.separator + this.databaseName.
in this package:
org.objectweb.easybeans.component.hsqldb;
I am proposing that a configuration file (xml for example), should be made available to set the properties for the hsqldb, and be read the same way as the easybeans.xml
+1 to make this configurable