Re: 1.3 borrowObject synchronized around the factory methods

2006-12-18 Thread Mat
Hi Sandy, have you read my previous mail? Kindly regards Matija Mat ha scritto: 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

[EMAIL PROTECTED]: Project commons-jxpath (in module jakarta-commons) success, but with warnings.

2006-12-18 Thread Ted Husted
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-jxpath contains errors. The current state of this project is 'Success'.

[EMAIL PROTECTED]: Project commons-jxpath (in module jakarta-commons) success, but with warnings.

2006-12-18 Thread Ted Husted
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-jxpath contains errors. The current state of this project is 'Success'.

[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2006-12-18 Thread James Strachan
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-betwixt has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2006-12-18 Thread James Strachan
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-betwixt has an issue affecting its community integration. This issue

[nightly build] fileupload failed.

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

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

2006-12-18 Thread commons-jelly-tags-xmlunit 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-xmlunit has an issue affecting its community integration.

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

2006-12-18 Thread commons-jelly-tags-xmlunit 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-xmlunit has an issue affecting its community integration.

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

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

[jira] Created: (TRANSACTION-13) JTA Compliant

2006-12-18 Thread Cyrille (JIRA)
JTA Compliant - Key: TRANSACTION-13 URL: http://issues.apache.org/jira/browse/TRANSACTION-13 Project: Commons Transaction Issue Type: New Feature Reporter: Cyrille Is there a plan to make Commons-Transaction

[jira] Commented: (TRANSACTION-13) JTA Compliant

2006-12-18 Thread Oliver Zeigermann (JIRA)
[ http://issues.apache.org/jira/browse/TRANSACTION-13?page=comments#action_12459336 ] Oliver Zeigermann commented on TRANSACTION-13: -- There are no such plans, but commons tx could serve as a basis for such an implementation JTA

[jira] Commented: (TRANSACTION-13) JTA Compliant

2006-12-18 Thread Cyrille (JIRA)
[ http://issues.apache.org/jira/browse/TRANSACTION-13?page=comments#action_12459345 ] Cyrille commented on TRANSACTION-13: I think it is a must have feature, because nowdays Transactions are easilly integrated in a application (Spring,

svn commit: r488317 - /jakarta/commons/proper/scxml/tags/SCXML_0_6/

2006-12-18 Thread rahul
Author: rahul Date: Mon Dec 18 08:11:13 2006 New Revision: 488317 URL: http://svn.apache.org/viewvc?view=revrev=488317 Log: Commons SCXML 0.6 RC2 is v0.6 Added: jakarta/commons/proper/scxml/tags/SCXML_0_6/ - copied from r488316, jakarta/commons/proper/scxml/tags/SCXML_0_6_RC2/

Re: [ANNOUNCE][VFS] commons-vfs 1.0 RC9

2006-12-18 Thread Niall Pemberton
Release looks good to me. I ran the RAT tool (0.3 version) and it didn't hightlight anything of consequence (i.e. test files). Site/docs, jar, distros all look good - didn't run the tests since setting up the server on windoze looked too hard. Personally I'd kick off the vote straight away since

svn commit: r488386 - in /jakarta/commons/proper/scxml/trunk: RELEASE-NOTES.txt build.xml pom.xml project.xml src/conf/MANIFEST.MF

2006-12-18 Thread rahul
Author: rahul Date: Mon Dec 18 10:33:21 2006 New Revision: 488386 URL: http://svn.apache.org/viewvc?view=revrev=488386 Log: Roll version to 0.7-SNAPSHOT. Clean release notes, they will be continually updated hereon. Modified: jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt

Re: 1.3 borrowObject synchronized around the factory methods

2006-12-18 Thread Sandy McArthur
I had missed it. I'm very much aware of the bottleneck and I feel it's pain too. But when the trade off is thread-safety or performance I'm going to pick correct behavior over speed for the pool implementations provided by Apache. It's irresponsible of us to intentionally ship code that may

svn commit: r488391 - in /jakarta/commons/proper/scxml/trunk: RELEASE-NOTES.txt src/main/java/org/apache/commons/scxml/SCXMLExecutor.java xdocs/changes.xml

2006-12-18 Thread rahul
Author: rahul Date: Mon Dec 18 10:51:17 2006 New Revision: 488391 URL: http://svn.apache.org/viewvc?view=revrev=488391 Log: SCXMLExecutor#logState() logs at 'info' level, a bit too severe. Modified: jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt

[VOTE][VFS] release commons-vfs 1.0 based on RC9

2006-12-18 Thread Mario Ivankovits
Hi! Here we go again - please vote if we can push this RC to a release, finally: Please find the RC at http://people.apache.org/~imario/vfs The site can be reviewed at http://people.apache.org/~imario/vfs-1.0/site [ ] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I do not

Re: [ANNOUNCE][VFS] commons-vfs 1.0 RC9

2006-12-18 Thread Mario Ivankovits
Hi Niall! Release looks good to me. Thanks for looking at it! I've started the vote a suggested. Thanks! Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

random mysql error for ftp server authentication

2006-12-18 Thread Susanne Lefvert
Hello All, I'm using the apache commons ftp server together with the apache commons ftps client. I'm occasionally getting this mysql error during authentication (from the log.gen file): [ERROR] 2006-12-13 20:10:18,313 DbUserManager.authenticate() com.mysql.jdbc.CommunicationsException:

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC9

2006-12-18 Thread Niall Pemberton
+1 from me. Niall On 12/18/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Here we go again - please vote if we can push this RC to a release, finally: Please find the RC at http://people.apache.org/~imario/vfs The site can be reviewed at http://people.apache.org/~imario/vfs-1.0/site

[jira] Created: (NET-146) wrong handling of timeouts

2006-12-18 Thread Koloom (JIRA)
wrong handling of timeouts -- Key: NET-146 URL: http://issues.apache.org/jira/browse/NET-146 Project: Commons Net Issue Type: Bug Affects Versions: 1.4 Final Environment: linux 2.6, java 1.5.0_08 (but

Re: [nightly build] fileupload failed.

2006-12-18 Thread Jochen Wiedmann
On 18 Dec 2006 12:02:54 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20061218/fileupload.log Anybody got an idea what's wrong? The error message indicates, that a version of commons-io other than the latest SNAPSHOT

[jira] Commented: (NET-146) wrong handling of timeouts

2006-12-18 Thread Koloom (JIRA)
[ http://issues.apache.org/jira/browse/NET-146?page=comments#action_12459460 ] Koloom commented on NET-146: Following is an InputStream implementation which slows down the data transfer (upload). Just to make your testing easier ;-). I could not

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Ross Mills (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459464 ] Ross Mills commented on NET-61: --- I am having the same problem when running my code on a Solaris box and try to list files from another Solaris box. ListNames works

[Jelly XMLUnit Taglib] Gump build failure

2006-12-18 Thread Stefan Bodewig
Hi all, I've been granted commit access to XMLUnit and promptly started breaking other people's code. ;-) I started to wrap some of the exceptions into RuntimeExceptions so the corresponding methods now no longer throw exceptions they used to. Is anybody still actively maintaining this taglib?

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC9

2006-12-18 Thread Oliver Heger
Hi, I checked the RC, but had some problems with the maven 1 build, which failed because of a failing test case (Test org.apache.commons.vfs.provider.ftp.test.FtpProviderTestCase failed). The release notes say that some tests can fail, but the jar would be correctly built. Shouldn't failing

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459470 ] Rory Winston commented on NET-61: - Hi Ross (and anyone else interested in this issue) Can you try the latest RC:

[jira] Commented: (NET-146) wrong handling of timeouts

2006-12-18 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-146?page=comments#action_12459476 ] Rory Winston commented on NET-146: -- Hi Can you post the code where you are setting the timeout? I cant reproduce the problem... Have you tried the latest RC of

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Ross Mills (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459477 ] Ross Mills commented on NET-61: --- I dropped this version into my software and now ListFiles works. (Yeah!) However, ListNames (which worked for me in the previous

Re: [VOTE][VFS] release commons-vfs 1.0 based on RC9

2006-12-18 Thread Mario Ivankovits
Hi! Shouldn't failing test cases be ignored by default because of the complicated test setup? Hmmm maybe ... we can discuss this for the next release, no? The ant build succeeded, but in the resulting jar the LICENSE.txt was missing (only NOTICE.txt is copied to META-INF). This is odd,

Re: [nightly build] fileupload failed.

2006-12-18 Thread Phil Steitz
On 12/18/06, Jochen Wiedmann [EMAIL PROTECTED] wrote: On 18 Dec 2006 12:02:54 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20061218/fileupload.log Anybody got an idea what's wrong? The error message indicates

[RESULT][VOTE] Release Commons Betwixt 0.8

2006-12-18 Thread robert burrell donkin
by my count: +1 robert burrell donkin +1 Jörg Schaible +1 Niall Pemberton +0 Rahul Akolkar +1 Mario Ivankovits so the vote passes with 4 binding +1's thanks to everyone who found the time to take a look (and yes, i will make very sure i don't mess my signatures up this time) - robert

svn commit: r488441 - /jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven_list.txt

2006-12-18 Thread psteitz
Author: psteitz Date: Mon Dec 18 14:22:24 2006 New Revision: 488441 URL: http://svn.apache.org/viewvc?view=revrev=488441 Log: Moved io ahead of fileupload, since fileupload depends on io snapshot. Modified: jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven_list.txt Modified:

svn commit: r488452 - /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPClient.java

2006-12-18 Thread rwinston
Author: rwinston Date: Mon Dec 18 15:13:08 2006 New Revision: 488452 URL: http://svn.apache.org/viewvc?view=revrev=488452 Log: Fix listNames() and printWorkingDirectory() Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPClient.java

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459495 ] Rory Winston commented on NET-61: - Hi Ross Am uploading a new version with some fixes which should hopefully solve your problems. There were indeed a couple of

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459496 ] Rory Winston commented on NET-61: - Forgot to say the link is the same as the previous one:

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Ross Mills (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459503 ] Ross Mills commented on NET-61: --- That fixed it! Both ListFiles and ListNames work. Thanks [net] FTPClient.listFiles() hangs on Red Hat Linux

Re: [nightly build] fileupload failed.

2006-12-18 Thread Henri Yandell
On 12/18/06, Phil Steitz [EMAIL PROTECTED] wrote: On 12/18/06, Jochen Wiedmann [EMAIL PROTECTED] wrote: On 18 Dec 2006 12:02:54 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20061218/fileupload.log Anybody got

[jira] Updated: (DBCP-204) BasicDataSource doesn't include CallableStatement Pooling

2006-12-18 Thread Wei Chen (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-204?page=all ] Wei Chen updated DBCP-204: -- Attachment: PoolingCallableStatment.patch A implementation aim to pool CallableStatment as PreparedStatment. Add a new class named PoolableCallableStatement and modify

[jira] Created: (VALIDATOR-218) UrlValidator fail when path contains ( / )

2006-12-18 Thread Stephen Chu (JIRA)
UrlValidator fail when path contains ( / ) -- Key: VALIDATOR-218 URL: http://issues.apache.org/jira/browse/VALIDATOR-218 Project: Commons Validator Issue Type: Bug Affects Versions: 1.3.1

[jira] Commented: (VALIDATOR-218) UrlValidator fail when path contains ( / )

2006-12-18 Thread Stephen Chu (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-218?page=comments#action_12459521 ] Stephen Chu commented on VALIDATOR-218: --- To fix it, change the PATH_PATTERN to include ( and ) private static final String PATH_PATTERN =

Re: [Jelly XMLUnit Taglib] Gump build failure

2006-12-18 Thread Dion Gillard
Noone's done work on it in a long while - feel free! On 12/19/06, Stefan Bodewig [EMAIL PROTECTED] wrote: Hi all, I've been granted commit access to XMLUnit and promptly started breaking other people's code. ;-) I started to wrap some of the exceptions into RuntimeExceptions so the

svn commit: r488520 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit: project.xml xdocs/changes.xml

2006-12-18 Thread bodewig
Author: bodewig Date: Mon Dec 18 20:44:50 2006 New Revision: 488520 URL: http://svn.apache.org/viewvc?view=revrev=488520 Log: Update XMLUnit dependency to latest released version (1.0 released 2003-04-25) Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml

svn commit: r488521 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit: src/java/org/apache/commons/jelly/tags/xmlunit/AssertDocumentsEqualTag.java xdocs/changes.xml

2006-12-18 Thread bodewig
Author: bodewig Date: Mon Dec 18 20:48:46 2006 New Revision: 488521 URL: http://svn.apache.org/viewvc?view=revrev=488521 Log: Adapt to XMLUnit's CVS HEAD - ParserConfigurationException will no longer be thrown Modified:

Re: [Jelly XMLUnit Taglib] Gump build failure

2006-12-18 Thread Stefan Bodewig
On Tue, 19 Dec 2006, Dion Gillard [EMAIL PROTECTED] wrote: Noone's done work on it in a long while - feel free! Done. I'd appreciate if anybody more familiar with the Maven changes plugin verified what I did to changes.xml (I just imitated what I saw in some other files). Stefan

Re: [Jelly XMLUnit Taglib] Gump build failure

2006-12-18 Thread Dion Gillard
The commit to changes.xml looks ok. On 12/19/06, Stefan Bodewig [EMAIL PROTECTED] wrote: On Tue, 19 Dec 2006, Dion Gillard [EMAIL PROTECTED] wrote: Noone's done work on it in a long while - feel free! Done. I'd appreciate if anybody more familiar with the Maven changes plugin verified what

Maximum Size

2006-12-18 Thread zeta zeta
hi, I am using DiskFileUpload class to upload my files. can anyone please tell me what is the maximum file size that can be uploaded zeta __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [io] New StreamResolver interface.

2006-12-18 Thread Bill Silvester
Stephen Colebourne wrote: I think that this overlaps with commons-vfs in terms of functionality. Have you seen that project? Stephen No, I hadn't seen that! I thought someone must have written something similar, because you're never the first person to come across a problem, but I didn't