[nightly build] fileupload failed.

2006-12-15 Thread psteitz
Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20061215/fileupload.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r487479 - in /jakarta/commons/proper/validator/trunk/src: share/org/apache/commons/validator/routines/ share/org/apache/commons/validator/routines/checkdigit/ test/org/apache/commons/valid

2006-12-15 Thread niallp
Author: niallp Date: Fri Dec 15 00:29:27 2006 New Revision: 487479 URL: http://svn.apache.org/viewvc?view=revrev=487479 Log: VALIDATOR-213 Re-factor Check Digits for the following: 1) allow for Check Digits of more than one character 2) pass the left hand and right position in ModulusCheckDigit

svn commit: r487488 - /jakarta/commons/proper/validator/trunk/src/test/org/apache/commons/validator/routines/checkdigit/CheckDigitTestBase.java

2006-12-15 Thread niallp
Author: niallp Date: Fri Dec 15 01:10:03 2006 New Revision: 487488 URL: http://svn.apache.org/viewvc?view=revrev=487488 Log: Add debug log messages to the test case to enable generated test data to be checked Modified:

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-12-15 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-12-15 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

svn commit: r487555 - /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/ModulusCheckDigit.java

2006-12-15 Thread niallp
Author: niallp Date: Fri Dec 15 06:02:47 2006 New Revision: 487555 URL: http://svn.apache.org/viewvc?view=revrev=487555 Log: Minor changes Modified: jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/ModulusCheckDigit.java Modified:

svn commit: r487559 - /jakarta/commons/proper/validator/trunk/src/test/org/apache/commons/validator/routines/checkdigit/CheckDigitTestBase.java

2006-12-15 Thread niallp
Author: niallp Date: Fri Dec 15 06:03:57 2006 New Revision: 487559 URL: http://svn.apache.org/viewvc?view=revrev=487559 Log: Split up test methods in base check digit tests case and make zero-sum check optional Modified:

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-12-15 Thread JIRA
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12458821 ] Holger Hoffstätte commented on POOL-91: --- Hi - I've been following this thread for a while and understand the pros and cons of both the lenient and strict

[jira] Commented: (DBCP-23) [dbcp] SQLException When PoolablePreparedStatement Already Closed

2006-12-15 Thread Akom (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-23?page=comments#action_12458824 ] Akom commented on DBCP-23: -- This may perhaps qualify as a separate bug but here goes anyway: This has much bigger impact (than I've seen indicated so far) when used with

[jira] Updated: (DBCP-23) [dbcp] SQLException When PoolablePreparedStatement Already Closed

2006-12-15 Thread Akom (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-23?page=all ] Akom updated DBCP-23: - Attachment: patch.txt Patch to have the close method only check the local _closed flag, fixing pool starvation issue when underlying connection closes itself (eg MySQL) [dbcp]

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-12-15 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12458847 ] Sandy McArthur commented on POOL-91: I think there is a fundamental difference between a ThreadPoolExecutor and ObjectPool. Mainly that with a Executor your

Re: [VOTE] Release Commons SCXML 0.6

2006-12-15 Thread Rahul Akolkar
Did some downstream testing: * RDC taglib trunk builds, examples app works * Shale trunk builds, test app works, serialiization (for session persistence) seems fine On 12/13/06, Rahul Akolkar [EMAIL PROTECTED] wrote: Having made a couple of (IMO, minor) changes, I've cut RC2. Towards that as

Re: [VOTE] Release Commons SCXML 0.6

2006-12-15 Thread Craig McClanahan
On 12/13/06, Rahul Akolkar [EMAIL PROTECTED] wrote: [X] +1 I support this release Craig

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-12-15 Thread Ben Speakmon (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12458919 ] Ben Speakmon commented on POOL-91: -- I'm interested in the decorated factory approach -- how would you see that API working? Sandy, your point about the concurrent

DO NOT REPLY [Bug 32441] - [dbcp] SQLException When PoolablePreparedStatement Already Closed

2006-12-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32441. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-12-15 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12458935 ] Sandy McArthur commented on POOL-91: Ben, a pool can pool any Poolable Object. That could be a Thread or just about any other reusable object. There is a

svn commit: r487667 - /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/StackObjectPool.java

2006-12-15 Thread sandymac
Author: sandymac Date: Fri Dec 15 13:18:47 2006 New Revision: 487667 URL: http://svn.apache.org/viewvc?view=revrev=487667 Log: Make StackObjectPool.borrowObject to throw a NoSuchElementException when the PoolableObjectFactory.makeObject returns null. addresses POOL-91 Modified:

permissions downgrading in commons-daemon jsvc

2006-12-15 Thread Travis McLeskey
Hi, The child() function in jsvc-unix.c does not seem to behave consistently across platforms: - on Linux, the capabilities and uid are set (in linuxset_user_group()) BEFORE java_init() and java_load() are called - on other platforms, set_user_group() is called AFTER java_init() and

[jira] Resolved: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-12-15 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=all ] Sandy McArthur resolved POOL-91. Fix Version/s: 2.0 Resolution: Fixed Committed a fix to throw a NoSuchElementException when makeObject returns a null. StackObjectPool.borrowObject

Re: [VOTE] Release Commons SCXML 0.6

2006-12-15 Thread Niall Pemberton
+1 from me - all looks good. Niall On 12/13/06, Rahul Akolkar [EMAIL PROTECTED] wrote: Having made a couple of (IMO, minor) changes, I've cut RC2. Towards that as 0.6: http://people.apache.org/~rahul/commons/scxml-0.6/rc2/ [ ] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I

[io] New StreamResolver interface.

2006-12-15 Thread Bill Silvester
Hi, I've built and am using a StreamResolver interface which I find useful, and wondered if anyone here would be interested in adding it to the commons-io library. The basic interface is pretty simple, and is intended to allow simple access to input/output streams, without having to worry

[jira] Created: (COLLECTIONS-238) ExtendedProperties.load() does not allow empty property values

2006-12-15 Thread Alexander Sova (JIRA)
ExtendedProperties.load() does not allow empty property values -- Key: COLLECTIONS-238 URL: http://issues.apache.org/jira/browse/COLLECTIONS-238 Project: Commons Collections Issue

[jira] Updated: (COLLECTIONS-238) ExtendedProperties.load() does not allow empty property values

2006-12-15 Thread Alexander Sova (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-238?page=all ] Alexander Sova updated COLLECTIONS-238: --- Attachment: NoEmptyStrings.java this app suppose to print name1 name2 name3 but prints only name1 name3 ExtendedProperties.load() does

Re: permissions downgrading in commons-daemon jsvc

2006-12-15 Thread Bill Barker
Travis McLeskey [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, The child() function in jsvc-unix.c does not seem to behave consistently across platforms: - on Linux, the capabilities and uid are set (in linuxset_user_group()) BEFORE java_init() and java_load() are called