[jira] Created: (JELLY-221) Soap invoke and invokeRaw tags should allow the result to be available as SAX event stream to it's containing tag

2005-10-23 Thread Tony Robertson (JIRA)
Soap invoke and invokeRaw tags should allow the result to be available as SAX event stream to it's containing tag - Key: JELLY-221 URL:

[pool] synchronization issues in Pool

2005-10-23 Thread Mayur Naik
Hello, I'm a PhD student in Computer Science at Stanford University, evaluating a static race detection tool I'm developing on open source Java programs. I ran it on the 5 implementations of pools in Apache Commons Pool, and found some bugs. The output of the tool is here:

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

2005-10-23 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

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

2005-10-23 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

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

2005-10-23 Thread commons-jelly-tags-xml 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-xml has an issue affecting its community integration. This

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

2005-10-23 Thread commons-jelly-tags-xml 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-xml has an issue affecting its community integration. This

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

2005-10-23 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-latka has an issue affecting its community integration. This issue

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

2005-10-23 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-latka has an issue affecting its community integration. This issue

DO NOT REPLY [Bug 37102] - [vfs] Exception using ftp when copying to a directory with a tab in its name

2005-10-23 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=37102. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r327789 - /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/cookie/TestCookieNetscapeDraft.java

2005-10-23 Thread olegk
Author: olegk Date: Sun Oct 23 06:17:00 2005 New Revision: 327789 URL: http://svn.apache.org/viewcvs?rev=327789view=rev Log: Additional test coverage for the bug report #37204 Modified:

svn commit: r327791 - in /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/methods/multipart: MultipartRequestEntity.java Part.java

2005-10-23 Thread olegk
Author: olegk Date: Sun Oct 23 06:27:39 2005 New Revision: 327791 URL: http://svn.apache.org/viewcvs?rev=327791view=rev Log: PR #37089 (need members of MultipartRequestEntity to be protected instead of private to make it extendable for multipart/related) Contributed by Guillaume Cottenceau

DO NOT REPLY [Bug 37210] New: - Can't find commons-logging-optional.jar

2005-10-23 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=37210. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r327792 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpConnection.java

2005-10-23 Thread olegk
Author: olegk Date: Sun Oct 23 06:34:28 2005 New Revision: 327792 URL: http://svn.apache.org/viewcvs?rev=327792view=rev Log: Removed unused import Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpConnection.java Modified:

Re: [pool] synchronization issues in Pool

2005-10-23 Thread Stephen Colebourne
This looks interesting. I'll leave the pool comments to a pool developer. However, could adding a lot more synchronoization could cause other issues with locking and performance? My main question is can these tests be run against any class? We're particularly stuck with

Re: [pool] synchronization issues in Pool

2005-10-23 Thread sebb
On 23/10/05, Stephen Colebourne [EMAIL PROTECTED] wrote: My main question is can these tests be run against any class? We're particularly stuck with http://issues.apache.org/bugzilla/show_bug.cgi?id=32573 collections LRUMap at present where a bug can easily be reproduced when you don't sync,

svn commit: r327795 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider: ftp/FtpFileSystemConfigBuilder.java sftp/SftpFileSystemConfigBuilder.java

2005-10-23 Thread imario
Author: imario Date: Sun Oct 23 07:39:51 2005 New Revision: 327795 URL: http://svn.apache.org/viewcvs?rev=327795view=rev Log: fix: overlapping key names for configuration entries Modified:

DO NOT REPLY [Bug 37102] - [vfs] Exception using ftp when copying to a directory with a tab in its name

2005-10-23 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=37102. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[pool] synchronization issues in Pool

2005-10-23 Thread Mayur Naik
Hello, I'm a PhD student in Computer Science at Stanford University, evaluating a static race detection tool I'm developing on open source Java programs. I ran it on the 5 implementations of pools in Apache Commons Pool, and found some bugs. The output of the tool is here:

Re: [pool] synchronization issues in Pool

2005-10-23 Thread robert burrell donkin
On Sun, 2005-10-23 at 04:12 -0700, Mayur Naik wrote: Hello, I'm a PhD student in Computer Science at Stanford University, evaluating a static race detection tool I'm developing on open source Java programs. an open source static race detector? if so, then it sounds very cool :) if you

Re: [pool] synchronization issues in Pool

2005-10-23 Thread Oliver Zeigermann
Hi Mayur, that really sounds like a cool tool. You results are also quite impressive. I actually can not comment on them, but would like to know if your tool is available anywhere? If not - and I suppose so - could you also run it on the commons transaction code where any race condition really

[chain] Please change version number in project.xml

2005-10-23 Thread Wendy Smoak
The Commons Chain project.xml file still specifies version 1.0. This means that if you build it locally, Maven will overwrite the official commons-chain-1.0.jar file in your local repository with one containing any changes that have been made since the release. Please change the version

Re: [pool] synchronization issues in Pool

2005-10-23 Thread robert burrell donkin
On Sun, 2005-10-23 at 14:56 +0100, Stephen Colebourne wrote: This looks interesting. I'll leave the pool comments to a pool developer. However, could adding a lot more synchronoization could cause other issues with locking and performance? probably. however, IMHO an object pool really needs

svn commit: r327833 - in /jakarta/commons/sandbox/scxml/trunk/src: main/java/org/apache/commons/scxml/ main/java/org/apache/commons/scxml/model/ test/java/org/apache/commons/scxml/

2005-10-23 Thread rahul
Author: rahul Date: Sun Oct 23 11:45:42 2005 New Revision: 327833 URL: http://svn.apache.org/viewcvs?rev=327833view=rev Log: 1) Bug fix: SCXMLHelper#getAncestorClosure() overzealous to jump upper bounds for self transitions; correct (simplify) samples accordingly 2) Update xmlns in samples

svn commit: r327834 - /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java

2005-10-23 Thread rahul
Author: rahul Date: Sun Oct 23 11:51:03 2005 New Revision: 327834 URL: http://svn.apache.org/viewcvs?rev=327834view=rev Log: Bug fix: Histories have no relevance in entry lists. Bugs fixed in r327833 (missed a credit in that message) and this commit were reported by Jaroslav Gergic. Modified:

svn commit: r327837 - in /jakarta/commons/sandbox/javaflow/trunk/src/test/org/apache/commons/javaflow: RewritingTestCase.java SerializationTestCase.java flow/ClassAccessBugFlow.java flow/CounterFlow.j

2005-10-23 Thread tcurdt
Author: tcurdt Date: Sun Oct 23 11:57:59 2005 New Revision: 327837 URL: http://svn.apache.org/viewcvs?rev=327837view=rev Log: some more testcases Added: jakarta/commons/sandbox/javaflow/trunk/src/test/org/apache/commons/javaflow/flow/ClassAccessBugFlow.java (with props)

Re: [chain] Please change version number in project.xml

2005-10-23 Thread Rahul Akolkar
On 10/23/05, Wendy Smoak [EMAIL PROTECTED] wrote: The Commons Chain project.xml file still specifies version 1.0. This means that if you build it locally, Maven will overwrite the official commons-chain-1.0.jar file in your local repository with one containing any changes that have been made

svn commit: r327839 - /jakarta/commons/proper/chain/trunk/project.xml

2005-10-23 Thread brett
Author: brett Date: Sun Oct 23 12:30:11 2005 New Revision: 327839 URL: http://svn.apache.org/viewcvs?rev=327839view=rev Log: since the tree has changed since 1.0, update the version to avoid confusion building from trunk Modified: jakarta/commons/proper/chain/trunk/project.xml Modified:

Bug report for Commons [2005/10/23]

2005-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [pool] synchronization issues in Pool

2005-10-23 Thread sebb
On 23/10/05, robert burrell donkin [EMAIL PROTECTED] wrote: On Sun, 2005-10-23 at 14:56 +0100, Stephen Colebourne wrote: This looks interesting. I'll leave the pool comments to a pool developer. However, could adding a lot more synchronoization could cause other issues with locking and

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

2005-10-23 Thread commons-jelly-tags-xml 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-xml has an issue affecting its community integration. This

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

2005-10-23 Thread commons-jelly-tags-xml 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-xml has an issue affecting its community integration. This

DO NOT REPLY [Bug 32360] - [jxpath] Default Namespace not handled correctly

2005-10-23 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=32360. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.