EasyBeans

Provide a configuration file to Hsqldb

Details

  • Description:
    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
  • Environment:
    Suse Linux 10.3, Eclipse Platform 3.4.0

Activity

Hide
ekkehard gentz added a comment - 15/Apr/09 10:26 AM
+1 to make this configurable
Show
ekkehard gentz added a comment - 15/Apr/09 10:26 AM +1 to make this configurable
Hide
Fernando Freitas added a comment - 06/May/09 10:42 PM
This issue should be for 1.1.x version, too.
Show
Fernando Freitas added a comment - 06/May/09 10:42 PM This issue should be for 1.1.x version, too.
Hide
Fernando Freitas added a comment - 13/May/09 3:58 PM
or...
This issue should be for the next stable release, too.
Show
Fernando Freitas added a comment - 13/May/09 3:58 PM or... This issue should be for the next stable release, too.
Hide
Guillaume Sauthier added a comment - 13/May/09 4:46 PM
* Affects both 1.0 and 1.1 branch
* HSQLDBComponent is part of the "base" easybeans pack, not only osgi
Show
Guillaume Sauthier added a comment - 13/May/09 4:46 PM * Affects both 1.0 and 1.1 branch * HSQLDBComponent is part of the "base" easybeans pack, not only osgi
Hide
Florent BENOIT added a comment - 04/Jun/09 5:26 PM
Fixed in the snapshot of the 1.1 RC2 version (attribute is path)
Show
Florent BENOIT added a comment - 04/Jun/09 5:26 PM Fixed in the snapshot of the 1.1 RC2 version (attribute is path)
Hide
Florent BENOIT added a comment - 05/Jun/09 3:38 PM
fixed in SVN
Show
Florent BENOIT added a comment - 05/Jun/09 3:38 PM fixed in SVN
Hide
Florent BENOIT added a comment - 05/Jun/09 3:38 PM
issue closed
Show
Florent BENOIT added a comment - 05/Jun/09 3:38 PM issue closed
Hide
ekkehard gentz added a comment - 05/Jun/09 4:28 PM
great - ILL try it next days
Show
ekkehard gentz added a comment - 05/Jun/09 4:28 PM great - ILL try it next days

People

Dates

  • Created:
    26/Mar/09 8:52 PM
    Updated:
    05/Jun/09 4:28 PM
    Resolved:
    05/Jun/09 3:38 PM