EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.

Project

Developer

Wiki

About

|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Suse Linux 10.3, Eclipse Platform 3.4.0
|
|
|
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
|
|
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 |
Show » |
|