[jira] Updated: (VALIDATOR-216) UrlValidator rejects top-level domains (TLDs) with more than 4 characters

2006-12-13 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-216?page=all ] Niall Pemberton updated VALIDATOR-216: -- Fix Version/s: 1.4 Assignee: Niall Pemberton My first thought was this had already been fixed - but turned out that was for the email

Re: 1.3 borrowObject synchronized around the factory methods

2006-12-13 Thread Mat
Hi Sandy, thanks for the reply. Moving to the new version, basically, the code has switched from fine-grain locks to a big lock that conveys almost all the calls through the same critical region. This assumes that the time spent into the factory API is negligible, which may be the case for

[nightly build] fileupload failed.

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

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

2006-12-13 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-13 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: r486658 - in /jakarta/commons/proper/httpclient/trunk: release_notes.txt src/java/org/apache/commons/httpclient/HttpMethodDirector.java

2006-12-13 Thread olegk
Author: olegk Date: Wed Dec 13 06:05:50 2006 New Revision: 486658 URL: http://svn.apache.org/viewvc?view=revrev=486658 Log: Fix for [HTTPCLIENT-616]: HttpMethodDirector.executeWithRetry method fails to close the underlying connection if a RuntimeException is thrown Contributed by Jason Bird

svn commit: r486665 - in /jakarta/commons/proper/httpclient/trunk: release_notes.txt src/java/org/apache/commons/httpclient/methods/FileRequestEntity.java

2006-12-13 Thread olegk
Author: olegk Date: Wed Dec 13 06:19:07 2006 New Revision: 486665 URL: http://svn.apache.org/viewvc?view=revrev=486665 Log: Fix for [HTTPCLIENT-612]: FileRequestEntity in SVN does not close input file Contributed by Sebastian Bazley Reviewed by Oleg Kalnichevski Modified:

svn commit: r486696 - in /jakarta/commons/proper/fileupload/trunk: project.properties project.xml

2006-12-13 Thread rahul
Author: rahul Date: Wed Dec 13 07:50:10 2006 New Revision: 486696 URL: http://svn.apache.org/viewvc?view=revrev=486696 Log: fileupload now builds locally for me, should take care of the [nightly build] nag. Modified: jakarta/commons/proper/fileupload/trunk/project.properties

[jira] Commented: (FILEUPLOAD-122) Filename may contain a full path

2006-12-13 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/FILEUPLOAD-122?page=comments#action_12458179 ] Henri Yandell commented on FILEUPLOAD-122: -- Gotta watch the licensing on COS' multiparser too. Filename may contain a full path

svn commit: r486740 - /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/ISBNValidator.java

2006-12-13 Thread niallp
Author: niallp Date: Wed Dec 13 09:02:53 2006 New Revision: 486740 URL: http://svn.apache.org/viewvc?view=revrev=486740 Log: VALIDATOR-197 - copy ISBNValidator to the new routines package Added:

svn commit: r486742 - /jakarta/commons/proper/validator/trunk/src/test/org/apache/commons/validator/routines/ISBNValidatorTest.java

2006-12-13 Thread niallp
Author: niallp Date: Wed Dec 13 09:04:25 2006 New Revision: 486742 URL: http://svn.apache.org/viewvc?view=revrev=486742 Log: VALIDATOR-197 - copy ISBNValidator to the new routines package Added:

svn commit: r486765 - in /jakarta/commons/proper/validator/trunk: src/share/org/apache/commons/validator/ src/share/org/apache/commons/validator/routines/ src/test/org/apache/commons/validator/routine

2006-12-13 Thread niallp
Author: niallp Date: Wed Dec 13 09:35:23 2006 New Revision: 486765 URL: http://svn.apache.org/viewvc?view=revrev=486765 Log: Re-write of the ISBNValidator using the new CodeValidator and CheckDigit routines. Removes the dependency on Jakarta ORO and now caters for the new ISBN-13 format.

[jira] Resolved: (VALIDATOR-194) ISBNValidator Test. separated testXXX methods

2006-12-13 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-194?page=all ] Niall Pemberton resolved VALIDATOR-194. --- Fix Version/s: (was: 1.4) Resolution: Won't Fix Thanks for the pacth but I've re-written the test case as part of the move to the

[jira] Resolved: (VALIDATOR-188) Extend ISBN validator to support smooth transition to ISBN-13 / EAN-13 standard

2006-12-13 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-188?page=all ] Niall Pemberton resolved VALIDATOR-188. --- Resolution: Fixed Assignee: Niall Pemberton Gabriel, First of all thanks for raising this issue (I wasn't aware of the ISBN-13 change

[javaflow] small mistake on website

2006-12-13 Thread Christian
Hi, seems like my first message didn't get through, so this is the 2nd try. On the http://jakarta.apache.org/commons/sandbox/javaflow/ antTask.html page is a little mistake. It should be dstdir and not destdir in order to work. best regards Chris

[jira] Updated: (VALIDATOR-191) Remove the dependency on Jakarta ORO (move to JDK 1.4 regular expression support)

2006-12-13 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-191?page=all ] Niall Pemberton updated VALIDATOR-191: -- Summary: Remove the dependency on Jakarta ORO (move to JDK 1.4 regular expression support) (was: ISBNValidator has dependency to

[jira] Commented: (NET-143) FTPClient.listFiles(String pathname) returns no entry on RH AS 4

2006-12-13 Thread Daniel Savarese (JIRA)
[ http://issues.apache.org/jira/browse/NET-143?page=comments#action_12458232 ] Daniel Savarese commented on NET-143: - The issue you describe is not a bug and is not related to Commons Net. It is an FTP server configuration issue if you want

[jira] Resolved: (NET-143) FTPClient.listFiles(String pathname) returns no entry on RH AS 4

2006-12-13 Thread Daniel Savarese (JIRA)
[ http://issues.apache.org/jira/browse/NET-143?page=all ] Daniel Savarese resolved NET-143. - Resolution: Invalid FTPClient.listFiles(String pathname) returns no entry on RH AS 4

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

2006-12-13 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.

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

2006-12-13 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.

svn commit: r486828 - /jakarta/commons/sandbox/javaflow/trunk/xdocs/antTask.xml

2006-12-13 Thread bayard
Author: bayard Date: Wed Dec 13 12:34:24 2006 New Revision: 486828 URL: http://svn.apache.org/viewvc?view=revrev=486828 Log: Fixing typo in docs Modified: jakarta/commons/sandbox/javaflow/trunk/xdocs/antTask.xml Modified: jakarta/commons/sandbox/javaflow/trunk/xdocs/antTask.xml URL:

Re: [javaflow] small mistake on website

2006-12-13 Thread Henri Yandell
Fixed. Thanks Chris. Hen On 12/13/06, Christian [EMAIL PROTECTED] wrote: Hi, seems like my first message didn't get through, so this is the 2nd try. On the http://jakarta.apache.org/commons/sandbox/javaflow/ antTask.html page is a little mistake. It should be dstdir and not destdir in order

svn commit: r486849 - in /jakarta/commons/proper/scxml/trunk/src: main/java/org/apache/commons/scxml/model/ test/java/org/apache/commons/scxml/ test/java/org/apache/commons/scxml/env/jexl/

2006-12-13 Thread rahul
Author: rahul Date: Wed Dec 13 13:49:37 2006 New Revision: 486849 URL: http://svn.apache.org/viewvc?view=revrev=486849 Log: Evaluate target and targettype attributes of send as expressions. Thanks to Sitthichai Rernglertpricha. SCXML-16 Modified:

[jira] Resolved: (SCXML-16) The 'target' of a send cannot be a data element name

2006-12-13 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-16?page=all ] Rahul Akolkar resolved SCXML-16. Fix Version/s: 0.6 (was: 1.0) Resolution: Fixed Thanks for the patch, I've clarified that target and targettype should be

svn commit: r486851 - /jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java

2006-12-13 Thread rahul
Author: rahul Date: Wed Dec 13 13:58:12 2006 New Revision: 486851 URL: http://svn.apache.org/viewvc?view=revrev=486851 Log: Warn, but do not fail tests, if the DOM L2 implementation is not serializable. Modified:

svn commit: r486855 - in /jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml: SCXMLExecutorTest.java io/SCXMLDigesterTest.java prefix-01.xml

2006-12-13 Thread rahul
Author: rahul Date: Wed Dec 13 14:03:46 2006 New Revision: 486855 URL: http://svn.apache.org/viewvc?view=revrev=486855 Log: Couple more test cases, for simple document having SCXML elements with prefixes. Added:

svn commit: r486858 - /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/model/Send.java

2006-12-13 Thread rahul
Author: rahul Date: Wed Dec 13 14:11:14 2006 New Revision: 486858 URL: http://svn.apache.org/viewvc?view=revrev=486858 Log: Logging improvements. Modified: jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/model/Send.java Modified:

svn commit: r486862 - in /jakarta/commons/proper/scxml/trunk: RELEASE-NOTES.txt xdocs/changes.xml

2006-12-13 Thread rahul
Author: rahul Date: Wed Dec 13 14:17:26 2006 New Revision: 486862 URL: http://svn.apache.org/viewvc?view=revrev=486862 Log: Today's changes. Modified: jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt jakarta/commons/proper/scxml/trunk/xdocs/changes.xml Modified:

svn commit: r486866 - /jakarta/commons/proper/scxml/trunk/xdocs/index.xml

2006-12-13 Thread rahul
Author: rahul Date: Wed Dec 13 14:22:42 2006 New Revision: 486866 URL: http://svn.apache.org/viewvc?view=revrev=486866 Log: Link to release notes from download section as well. Modified: jakarta/commons/proper/scxml/trunk/xdocs/index.xml Modified:

svn commit: r486867 - /jakarta/commons/proper/scxml/trunk/project.xml

2006-12-13 Thread rahul
Author: rahul Date: Wed Dec 13 14:25:34 2006 New Revision: 486867 URL: http://svn.apache.org/viewvc?view=revrev=486867 Log: Lets have a clean pom - * The pom.artifactId thing is nice and generic, but, oh well * Unused reports Modified: jakarta/commons/proper/scxml/trunk/project.xml

svn commit: r486871 - /jakarta/commons/proper/scxml/tags/SCXML_0_6_RC2/

2006-12-13 Thread rahul
Author: rahul Date: Wed Dec 13 14:31:31 2006 New Revision: 486871 URL: http://svn.apache.org/viewvc?view=revrev=486871 Log: Tag Commons SCXML 0.6 RC2 Added: jakarta/commons/proper/scxml/tags/SCXML_0_6_RC2/ - copied from r486870, jakarta/commons/proper/scxml/trunk/

[VOTE] Release Commons SCXML 0.6

2006-12-13 Thread Rahul Akolkar
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 do not support this release because... Vote closes no sooner than Saturday,

Re: [javaflow] small mistake on website

2006-12-13 Thread Rahul Akolkar
On 12/13/06, Henri Yandell [EMAIL PROTECTED] wrote: Fixed. Thanks Chris. snip/ OTOH, if the original authors agree, might be worthwhile changing the ant task source to match the (earlier) documentation, since destdir, IMO, is a better choice than dstdir (being in sandbox helps here). -Rahul

FileUpload runs out of memory unnecessairly when FileCleaner Can't Keep up

2006-12-13 Thread Keenan Ross
Commons FileUpload uses the FileCleaner class from Commons IO to ensure that all temporary files are deleted when the corresponding Java object goes out of scope. FileCleaner works well in most situations, but can lead to OutOfMemoryExceptions in long running active programs. For example, in

DO NOT REPLY [Bug 37359] - [PATCH] SharedPoolDataSource - close() method closes pool instance only when pool available (initialized)

2006-12-13 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=37359. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[jira] Created: (VALIDATOR-217) org.apache.commons.validator.ValidatorResults should contain a method which will tell whether all the validators are true

2006-12-13 Thread raj (JIRA)
org.apache.commons.validator.ValidatorResults should contain a method which will tell whether all the validators are true - Key: VALIDATOR-217

DO NOT REPLY [Bug 37359] - [PATCH] SharedPoolDataSource - close() method closes pool instance only when pool available (initialized)

2006-12-13 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=37359. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.