Re: [configuration]

2010-12-10 Thread Oliver Heger
Hi Lautaro, Am 10.12.2010 13:26, schrieb Lautaro Brasseur: I'm trying to use the CompositeConfiguration class: http://commons.apache.org/configuration/userguide/howto_compositeconfiguration.html#Setting_Up_Defaults but I didn't found the method a=dDefaults referenced in that page. Is there an

[vfs] cache

2010-12-10 Thread Nellissery, Bejoy
Hi I was wondering is there a way to cache the entire file content in VFS?. The FileObject is cached , but when called for data , it access the Filesystem. I tried with RamFileSystem [ram://], but not useful for high level API's in my application which call getFile() on a Resource made out

[configuration]

2010-12-10 Thread Lautaro Brasseur
I'm trying to use the CompositeConfiguration class: http://commons.apache.org/configuration/userguide/howto_compositeconfiguration.html#Setting_Up_Defaults but I didn't found the method a=dDefaults referenced in that page. Is there any replacement? Thanks in advance. Lautaro