Re: [PATCH] [commons-configuration] - Added a preload feature to DatabaseConfiguration

2005-04-14 Thread Emmanuel Bourg
Thank you for the patch Oliver, could you append it to Bug 33553 please ? (http://issues.apache.org/bugzilla/show_bug.cgi?id=33553). This is the bug related to caching the DatabaseConfiguration properties. Emmanuel Bourg Oliver Siegmar wrote: Hi folks, the attachted (svn-)patch adds a preload fe

[PATCH] [commons-configuration] - Added a preload feature to DatabaseConfiguration

2005-04-13 Thread Oliver Siegmar
Hi folks, the attachted (svn-)patch adds a preload feature to the DatabaseConfiguration class. I added (for backwards compatibility) a third constructor with a preloadData boolean variable. If this variable is set to true, all configuration data is read in one step and then cached in a local M