|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Hsqldb embedded in EasybeansI have a doubt about hsqldb embedded in easybeans.
1) How to configure a xml ou properties file (configuration file) to set the path of the database files? 2) Is this possible? or Should I embedded the hsqldb in another bundle to that I can to configure it? Regards Fernando |
|
|
Re: Hsqldb embedded in EasybeansFernando Freitas wrote:
> I have a doubt about hsqldb embedded in easybeans. > > 1) How to configure a xml ou properties file (configuration file) to > set the path of the database files? > > 2) Is this possible? It is not possible, it uses by default : System.getProperty("java.io.tmpdir") + File.separator + "easybeans" + File.separator + "hsqldb" + File.separator + this.databaseName You may open an issue in the tracker (http://jira.easybeans.org) so that the path to the database could be defined through the XML configuration file. Regards, Florent |
|
|
Re: Re: Hsqldb embedded in EasybeansThanks Florent,
I will do that! I will need to configure the database via a configuration file of any way to configure the path where the database will be placed. 1) If someone that work with easybeans in bundles knows a other solution... (can be with another database)! I need that the database placed in specific path. Thanks one more time Florent Best Regards Fernando 2009/3/26 Florent BENOIT <Florent.BENOIT@...>
|
|
|
Re: Hsqldb embedded in EasybeansFlorent BENOIT schrieb:
> Fernando Freitas wrote: >> I have a doubt about hsqldb embedded in easybeans. >> >> 1) How to configure a xml ou properties file (configuration file) to >> set the path of the database files? >> >> 2) Is this possible? > It is not possible, it uses by default : > System.getProperty("java.io.tmpdir") + File.separator + "easybeans" + > File.separator + "hsqldb" + File.separator + this.databaseName > > You may open an issue in the tracker (http://jira.easybeans.org) so that > the path to the database could be defined through the XML configuration > file. > > Regards, > > Florent > ekke |
|
|
Re: Re: Hsqldb embedded in Easybeansthis is the link about this!
Thanks and best Regards
Fernando Freitas
2009/4/14 ekke <ekkehard@...> Florent BENOIT schrieb: |
|
|
Re: Re: Hsqldb embedded in Easybeansthis is the link about it!
Best Regards
Fernando
2009/4/14 Fernando Freitas <nandows@...>
|
| Free embeddable forum powered by Nabble | Forum Help |