RE: [math]How to do standardizing (normalizing)

2010-10-05 Thread VanIngen, Erik (FIPS)
Hi Phil, I have created an issue https://issues.apache.org/jira/browse/MATH-426 and added the code as a svn diff patch to StatUtils. For 'Affected Version' I have noted 'Nightly Builds' which might not be the correct place. Looking forward for the followup! Cheers, Erik van Ingen

Re: jsvc thread monitoring

2010-10-05 Thread Mladen Turk
On 10/05/2010 07:20 PM, Benjamin Watine wrote: Hi I use jsvc to start a deamon on an unix plateform. The service starts and stops as expected, but if my thread crashes, the Deamon don't stops and even restart an other thread. I would like to monitor my thread, and if it crashes, the Deamon

Re: [validator] Possible to configure multiple error messages for a single validator?

2010-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Wow, nothing? :( Usually Niall will at least tell me that nobody cares :) - -chris On 10/1/2010 11:29 AM, Christopher Schultz wrote: All, Any suggestions? I've even considered using a multi-valued msg using a comma as a separator for the

Re: [Fileupload] Missing character in the middle of a file

2010-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 10/5/2010 12:49 PM, Brian Pontarelli wrote: I haven't tried additional files yet, mostly because it should work for any file in the universe. Of course. I'm not trying to verify that there is a problem (there's clearly a problem

Re: [validator] Possible to configure multiple error messages for a single validator?

2010-10-05 Thread Niall Pemberton
On Wed, Sep 29, 2010 at 7:09 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I've been happily using commons-validator 1.3.1 with Struts 1.3 for some years, now, and I've recently developed my own custom validator that checks

[net]

2010-10-05 Thread Pablo Pinto
Hi Everybody: Hi Everybody: I'm using the FTP API and I need to use a limited bandwidth. The following code works pretty good except for one problem. At the beginning of the transference the program buffers 64KB of data using all the available bandwidth. After that I can control the bandwidth.