Re: [logging] lon4j only implementation to solve out of memory errors

2005-07-27 Thread Simon Kitching
On Wed, 2005-07-27 at 20:19 +1200, Simon Kitching wrote: On Tue, 2005-07-26 at 08:09 -0700, Paul Austin wrote: Hi Simon, I am running my application on Tomcat 5.5 under Sun JDK 1.4.2_07-b05 on Windows XP. For the production environment it will be Oracle Application Server 9.0.4.1 under

Re: [email] progress on 1.0 release?

2005-07-27 Thread Dion Gillard
Hi, I filed an enhancement in Bugzilla today from Sigfried Goeschl that would be great to get in before the 1.0 release. It's a very minor API enhancement to make commons email more usable in environments like fulcrum. What do you think? On 7/24/05, Dion Gillard [EMAIL PROTECTED] wrote: On

RE: [email] progress on 1.0 release?

2005-07-27 Thread Poppe, Troy
Is this enhancement any less involved than the request in bug #34056? I think 34056 is similar in that it involves some method signature changes, and minor implementation changes (that only call new simple methods). The end result being that one can actually extend MultiPartEmail to provide

[FTPClient] : No errors occured when I stop the ftp server during a transfer

2005-07-27 Thread Nicolas Maujean
Hi, During the transfer a file, when I stop the ftp server, no errors occured, why ? what can I do so an error occur ? thank you for your answer, Nicolas Maujean - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[Configuration] FileChangedReloadingStrategy Not Working?

2005-07-27 Thread Lukas Bradley
Is there anything in the following code block that would prevent the FileChangedReloadingStrategy from functioning correctly? It is declared just after member variables within the class itself. The properties load correctly utilizing getString(), getFloat(), etc. However, they do not

Re: [Configuration] FileChangedReloadingStrategy Not Working?

2005-07-27 Thread Lukas Bradley
Lukas Bradley wrote: Is there anything in the following code block that would prevent the FileChangedReloadingStrategy from functioning correctly? It is declared just after member variables within the class itself. The properties load correctly utilizing getString(), getFloat(), etc.

Jelly Script: Test for empty folder?

2005-07-27 Thread Michael Owen
Hi, How do can test if a folder is empty with jelly script? Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Configuration] FileChangedReloadingStrategy Not Working?

2005-07-27 Thread Lukas Bradley
Is there anything in the following code block that would prevent the FileChangedReloadingStrategy from functioning correctly? It is declared just after member variables within the class itself. The properties load correctly utilizing getString(), getFloat(), etc. However, they do not

Re[2]: [Configuration] FileChangedReloadingStrategy Not Working?

2005-07-27 Thread Christian Hufgard
Hi Lukas, as far as i remember, there are allready some bugs concerning this problem in bugzilla. I had the same problem and solved it, by manually calling config.setBasePath(String path) with the propertyfile's basepath. Think there are also some other fixes in Bugzilla posted. Christian

Re: [Configuration] FileChangedReloadingStrategy Not Working?

2005-07-27 Thread Lukas Bradley
Christian Hufgard wrote: as far as i remember, there are allready some bugs concerning this problem in bugzilla. I had the same problem and solved it, by manually calling config.setBasePath(String path) with the propertyfile's basepath. Think there are also some other fixes in Bugzilla posted.

Re: [Configuration] FileChangedReloadingStrategy Not Working?

2005-07-27 Thread Emmanuel Bourg
Hi Lukas, what version of Commons Configuration did you use ? The 1.1 or a nightly build ? Emmanuel Bourg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [FTPClient] : No errors occured when I stop the ftp server during a transfer

2005-07-27 Thread Rick Herrick
Nicolas, This is happening because the FTP client by default doesn't time out, so it just sits there waiting for something to happen. You need to: 1) Make sure you're using Java 1.4 or later. The Socket timeouts don't actually do anything in 1.3 or earlier, or so I've been told. I'm using at

[ANNOUNCEMENT] Jakarta-Commons Betwixt 0.7 Released

2005-07-27 Thread robert burrell donkin
The Jakarta Commons Team is pleased to announce the latest release of common-betwixt from Apache. Betwixt is a flexible, dynamic, start-from-beans xml-object binder. For more information on Betwixt, please see http://jakarta.apache.org/commons/betwixt/. Betwixt 0.7 is a feature release adding

[ANNOUNCEMENT][email] commons-email release candidate 5 available

2005-07-27 Thread robert burrell donkin
the fifth release candidate for commons email is now available for download from http://people.apache.org/~rdonkin/commons-email/. feedback welcomed - robert signature.asc Description: This is a digitally signed message part

Re: [Configuration] FileChangedReloadingStrategy Not Working?

2005-07-27 Thread Lukas Bradley
Hi Lukas, what version of Commons Configuration did you use ? The 1.1 or a nightly build ? 1.1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Where can I download the binaries for procrun for Windows.

2005-07-27 Thread Sunitha Kambhampati
Hi, I want to download the binaries for procrun for Windows platform. I checked the following download link http://www.apache.org/dist/jakarta/commons/daemon/binaries/ and subdirectories ( v1.0.1) but I see only linux, freebsd,macos and solaris. I also checked the documentation link for

RE: [email] progress on 1.0 release?

2005-07-27 Thread Simon Kitching
On Wed, 2005-07-27 at 22:25 +0100, robert burrell donkin wrote: it's rare that any initial release candidate survives scrutiny from the commons release maestros so i'm sure that an RC6 will have to be rolled anyway. i'm just rolling the cuts for dion so i'd appreciate some guidance on this

Re: [Configuration] FileChangedReloadingStrategy Not Working?

2005-07-27 Thread Oliver Heger
Lukas Bradley wrote: Hi Lukas, what version of Commons Configuration did you use ? The 1.1 or a nightly build ? 1.1 Then you should give the nightly builds a try. Some problems have been fixed in the meantime. Especially the reloading strategy now always uses the source URL (i.e. the URL