[Configuration] DBConfiguration consumes my scarce resources

2007-03-14 Thread elcin haktanir
Why doesn't **org.apache.commons.configuration.DatabaseConfiguration always accesses to DB whenever i access for a value? I very much like to have a cachable DBConfiguration and also a DBReloading strategy can be attached to it.. I didn't like commons-configuration for this non-cachable

Re: flexible byte-stream storage? [vfs] [cache] ??

2007-03-14 Thread Lian Ort
Hello Paul, did you check Berkeley DB (BDB; http://www.oracle.com/database/berkeley-db/index.html) ? Its kinda usable like a HashMap. You are looking for a solution to store Objects as Bytestreams and to get them back via a key. This sounds like a HashMap and this is also one of the way Berkeley

Re: flexible byte-stream storage? [vfs] [cache] ??

2007-03-14 Thread Paul Libbrecht
Lian, well, I did try BDB-xml long ago for another purpose and it was receiving xml-documents as... strings! very non-scalable. Do you have a better experience ? BDB is native, that's a bit annoying but could be a good candidate. An API pointer would be nice. paul Lian Ort wrote: Hello

Re: flexible byte-stream storage? [vfs] [cache] ??

2007-03-14 Thread Lian Ort
Hi Paul, my experience is for the native bdb. We use it on aix and windows. I have no experience with bdb-xml. The experience with native bdb is very good. we use it in a data migration project for pre-building the target database with bdb. The db2 database we create this way has several

Re: [Digester] Problem using recursion in xml rule file

2007-03-14 Thread Vikram
Hi Arshika, even i am having the same problem with a project i am working on... it is working on removing the tag and doesn't work with the tag... if u have got the solution...please mail me the same... thanks :) Vikram... - To

[Configuration] Spring integration

2007-03-14 Thread Borut Bolčina
Hello, can someone give me some pointers on this http://forum.springframework.org/showthread.php?p=107119#post107119 Thanks! Borut - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Configuration] Spring integration

2007-03-14 Thread nicolas de loof
read my response on http://forum.springframework.org/showthread.php?t=36144 2007/3/14, Borut Bolčina [EMAIL PROTECTED]: Hello, can someone give me some pointers on this http://forum.springframework.org/showthread.php?p=107119#post107119 Thanks! Borut

Re: [Configuration] Spring integration

2007-03-14 Thread Borut Bolčina
Thanks, I have posted the solution there after correcting the errors from Spring CC documentation. Cheers, Borut On 14.3.2007 15:11, nicolas de loof wrote: read my response on http://forum.springframework.org/showthread.php?t=36144 2007/3/14, Borut Bolčina [EMAIL PROTECTED]:

Re: FileUpload Streaming API checking file size

2007-03-14 Thread Spencer Elliott
Hi, I used the following to check the size. It is not exact but it's better than nothing... if ( (sz = request.getContentLength()) (maxFileSz) ) { resp.getWriter().write(span style='color:red;'Maximum transfer size of: + maxFileSz + bytes exceeded!/span); return; } Spencer

Re: [Configuration] DBConfiguration consumes my scarce resources

2007-03-14 Thread Oliver Heger
elcin haktanir wrote: Why doesn't **org.apache.commons.configuration.DatabaseConfiguration always accesses to DB whenever i access for a value? I very much like to have a cachable DBConfiguration and also a DBReloading strategy can be attached to it.. I didn't like commons-configuration

efx file upload/download

2007-03-14 Thread Matthew Ma
We're using the commons fileUpload, and we seem to be having issues with the .efx (eFax) file format. We can upload, but when we download from our application and try to view the file in the eFax viewer, the viewer throws an error saying the file contained an unexpected object. We have not had