Hide
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
Show
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