[JIRA] How to close the issue

2007-03-18 Thread Mladen Turk
Hi, How can I close the issue in JIRA for a Daemon? I suppose I should have some management privileges for https://issues.apache.org/jira/browse/DAEMON Regards, Mladen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[nightly build] fileupload id failed.

2007-03-18 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070318/fileupload.log http://vmbuild.apache.org/~commons/nightly/logs//20070318/id.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [JIRA] How to close the issue

2007-03-18 Thread Niall Pemberton
On 3/18/07, Mladen Turk [EMAIL PROTECTED] wrote: Hi, How can I close the issue in JIRA for a Daemon? I suppose I should have some management privileges for https://issues.apache.org/jira/browse/DAEMON You should be able to now. Niall Regards, Mladen.

svn commit: r519585 - /jakarta/commons/proper/daemon/trunk/xdocs/procrun.xml

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 03:43:25 2007 New Revision: 519585 URL: http://svn.apache.org/viewvc?view=revrev=519585 Log: Update documentation Modified: jakarta/commons/proper/daemon/trunk/xdocs/procrun.xml Modified: jakarta/commons/proper/daemon/trunk/xdocs/procrun.xml URL:

svn commit: r519586 - /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.c

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 03:44:16 2007 New Revision: 519586 URL: http://svn.apache.org/viewvc?view=revrev=519586 Log: Added --Type interactive parameter Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.c Modified:

svn commit: r519587 - in /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps: prunmgr/prunmgr.rc prunsrv/prunsrv.rc

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 03:45:43 2007 New Revision: 519587 URL: http://svn.apache.org/viewvc?view=revrev=519587 Log: Increment version numbers Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.rc

svn commit: r519588 - in /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps: prunmgr/prunmgr.h prunsrv/prunsrv.c prunsrv/prunsrv.h

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 03:48:26 2007 New Revision: 519588 URL: http://svn.apache.org/viewvc?view=revrev=519588 Log: Increment version numbers and log the version on startup. Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.h

[jira] Updated: (COLLECTIONS-243) Generic versions of Predicated, Syncronized and Unmodifiable classes

2007-03-18 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Colebourne updated COLLECTIONS-243: --- Component/s: Set List Bag

Re: [JIRA] How to close the issue

2007-03-18 Thread Mladen Turk
Niall Pemberton wrote: How can I close the issue in JIRA for a Daemon? You should be able to now. Thanks, that was fast :) -- Mladen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[jira] Closed: (DAEMON-63) [daemon] prunsrv does not allow service to interact with desktop

2007-03-18 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk closed DAEMON-63. - Resolution: Fixed Fixed in the SVN, although I didn't apply you patch exactly. There is a --Type

[jira] Closed: (DAEMON-51) [daemon] The windows binaries are missing

2007-03-18 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk closed DAEMON-51. - Resolution: Invalid Binaries are present in the Tomcat SVN.

[jira] Commented: (COLLECTIONS-110) Support parametized classes with commons.collections.

2007-03-18 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481929 ] Stephen Colebourne commented on COLLECTIONS-110: Note for the implementation of generics. List

[jira] Closed: (DAEMON-42) [daemon] procrun apps do not link under VC 2003

2007-03-18 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk closed DAEMON-42. - Resolution: Won't Fix Build files are for VS2005. Use the provide command line files for other versions.

Test cases for compilation failures on generifying collections.

2007-03-18 Thread Stephen Smith
Hi, Does anyone have any example JUnit 3.x test cases for testing compilation failures on generifying collections? For example, the end of the current test case TestCollectionUtils#testForAllDo asserts that adding invoking CollectionUtils#forAllDo(Collection c, Closure cl) fails when cl is

svn commit: r519602 - in /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun: apps/prunmgr/prunmgr.c apps/prunsrv/prunsrv.c src/service.c

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 05:19:54 2007 New Revision: 519602 URL: http://svn.apache.org/viewvc?view=revrev=519602 Log: Fix JIRA DAEMON-86. Allow setting service username and password during //US and from the manager Modified:

[jira] Closed: (DAEMON-86) [daemon] procrun --User and --Password options do not work

2007-03-18 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk closed DAEMON-86. - Resolution: Fixed Fixed in the SVN. Although the correct usage is --ServiceUser and --ServicePassword The

[jira] Closed: (DAEMON-85) prunsrv.exe fails if filename is less than 4 characters long

2007-03-18 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk closed DAEMON-85. - Resolution: Won't Fix This is irrelevant issue, and it simplifies the command line parser ( check for

[jira] Commented: (COLLECTIONS-243) Generic versions of Predicated, Syncronized and Unmodifiable classes

2007-03-18 Thread Stephen Smith (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481935 ] Stephen Smith commented on COLLECTIONS-243: --- I agree with Stephen K that the TransformerI, O contract

[jira] Commented: (COLLECTIONS-243) Generic versions of Predicated, Syncronized and Unmodifiable classes

2007-03-18 Thread Edwin Tellman (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481938 ] Edwin Tellman commented on COLLECTIONS-243: --- I also like Stephen K's other suggestion to allow for an

[jira] Commented: (COLLECTIONS-243) Generic versions of Predicated, Syncronized and Unmodifiable classes

2007-03-18 Thread Stephen Smith (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481940 ] Stephen Smith commented on COLLECTIONS-243: --- I suggest we raise a bug against the Transformer

svn commit: r519615 - in /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun: apps/prunmgr/ apps/prunsrv/ include/ src/

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 07:24:49 2007 New Revision: 519615 URL: http://svn.apache.org/viewvc?view=revrev=519615 Log: Fix JIRA DAEMON-87. Implement UTF8 encoding and build UNICODE binaries. Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.amd64

[jira] Created: (COLLECTIONS-245) Genericise CollectionUtils and ListUtils.

2007-03-18 Thread Stephen Smith (JIRA)
Genericise CollectionUtils and ListUtils. - Key: COLLECTIONS-245 URL: https://issues.apache.org/jira/browse/COLLECTIONS-245 Project: Commons Collections Issue Type: Improvement Components:

[jira] Updated: (COLLECTIONS-245) Genericise CollectionUtils and ListUtils.

2007-03-18 Thread Stephen Smith (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Smith updated COLLECTIONS-245: -- Attachment: UnmodifiableIterator.java

[jira] Updated: (COLLECTIONS-245) Genericise CollectionUtils and ListUtils.

2007-03-18 Thread Stephen Smith (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Smith updated COLLECTIONS-245: -- Attachment: ListUtils.java CollectionUtils.java

[jira] Updated: (COLLECTIONS-245) Genericise CollectionUtils and ListUtils.

2007-03-18 Thread Stephen Smith (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Smith updated COLLECTIONS-245: -- Attachment: TestListUtils.java TestCollectionUtils.java

[jira] Closed: (DAEMON-87) procrun as tomcat5.exe from Tomcat 5.5.17 does not start, when installed into the file path containing non-ascii character

2007-03-18 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk closed DAEMON-87. - Resolution: Fixed Fixed in the SVN. See: http://svn.apache.org/viewvc?view=revrev=519615 procrun as

svn commit: r519622 - in /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun: apps/prunsrv/prunsrv.c include/registry.h include/service.h src/registry.c

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 08:04:48 2007 New Revision: 519622 URL: http://svn.apache.org/viewvc?view=revrev=519622 Log: Fix JIRA DAEMON-34. Use the maximum system timeout for shutdown. Patch provided from Robert Longson. Modified:

[jira] Closed: (DAEMON-34) [daemon] prunsrv timeouts 1 minute don't work

2007-03-18 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk closed DAEMON-34. - Resolution: Fixed Commited. Thanks. [daemon] prunsrv timeouts 1 minute don't work

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

2007-03-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

2007-03-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-fmt-test (in module commons-jelly) failed

2007-03-18 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration.

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

2007-03-18 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration.

[ANNOUNCEMENT] Commons Transaction 1.2 Released

2007-03-18 Thread Oliver Zeigermann
Dear community! Jakarta Commons Transaction 1.2 has been released. This is a bug fix/maintenance/feature release of Commons Transaction. A lot of bug fixing work from a number of people has gone into this release. This makes Commons Transaction more stable and reliable. Additionally, some nice

svn commit: r519647 - in /jakarta/commons/proper/transaction/trunk/src: java/org/apache/commons/transaction/file/FileResourceManager.java test/org/apache/commons/transaction/file/FileResourceManagerVi

2007-03-18 Thread ozeigermann
Author: ozeigermann Date: Sun Mar 18 10:50:02 2007 New Revision: 519647 URL: http://svn.apache.org/viewvc?view=revrev=519647 Log: Added sketch for administration interface Added:

svn commit: r519649 - /jakarta/commons/proper/transaction/trunk/xdocs/releases.xml

2007-03-18 Thread ozeigermann
Author: ozeigermann Date: Sun Mar 18 10:54:22 2007 New Revision: 519649 URL: http://svn.apache.org/viewvc?view=revrev=519649 Log: Removed outdated beta release links Modified: jakarta/commons/proper/transaction/trunk/xdocs/releases.xml Modified:

Re: svn commit: r519647 - in /jakarta/commons/proper/transaction/trunk/src: java/org/apache/commons/transaction/file/FileResourceManager.java test/org/apache/commons/transaction/file/FileResourceManag

2007-03-18 Thread Oliver Zeigermann
This code is to allow calling certain manager methods simply by accessing a certain path. It lacks a flexible configuration using a mapping from suffix to method to be called, though. 2007/3/18, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: ozeigermann Date: Sun Mar 18 10:50:02 2007 New

svn commit: r519654 - /jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt

2007-03-18 Thread ozeigermann
Author: ozeigermann Date: Sun Mar 18 10:57:09 2007 New Revision: 519654 URL: http://svn.apache.org/viewvc?view=revrev=519654 Log: Added sketch for administration interface Modified: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt Modified:

RE: Threading problems in connection pooling - suggested code change

2007-03-18 Thread Elli Albek
Good point on access to configuration variables. I am thinking of the local variables in the class as two types: Configuration, and runtime. The configuration variables do not change in our application, therefore access was not always synchronized. This will be a problem for applications that wish

[collections] VOTE: Rewriting junit tests (Was: Test cases for compilation failures on generifying collections.)

2007-03-18 Thread Stephen Kestle
Ok - the problem is that the end of the test is performing a type safety check. Something that the generic parameters will not allow. The collection under test should contain Collections of Strings, not Strings - that's the same as the closure. Therefore it's a compile error to add a string

Re: [collections] VOTE: Rewriting junit tests (Was: Test cases for compilation failures on generifying collections.)

2007-03-18 Thread Stephen Colebourne
The collections tests were probably written before the concept of mocks became widely known. I have no problems with the use of mocks for testing in collections, provided that the license of the tool used is compatible with Apache Software Foundation restrictions (no GPL or LGPL). Stephen

[jira] Commented: (COLLECTIONS-243) Generic versions of Predicated, Syncronized and Unmodifiable classes

2007-03-18 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481971 ] Stephen Kestle commented on COLLECTIONS-243: Remember, Sun's implementation of generics is limited

Re: [collections] VOTE: Rewriting junit tests (Was: Test cases for compilation failures on generifying collections.)

2007-03-18 Thread Stephen Kestle
Is the MIT license compatible? I'm struggling to figure out whether it is or not... If it is, I'd like to have a go at revamping the CollectionUtils test with something more... concise (and tell, not ask). Should I create a ticket to include this jar etc, or email straight to you? Cheers

Re: [collections] VOTE: Rewriting junit tests (Was: Test cases for compilation failures on generifying collections.)

2007-03-18 Thread Stephen Colebourne
MIT is compatible. Raise JIRA calls for everything for now. Stephen Stephen Kestle wrote: Is the MIT license compatible? I'm struggling to figure out whether it is or not... If it is, I'd like to have a go at revamping the CollectionUtils test with something more... concise (and tell, not

[jira] Created: (IO-117) EndianUtils.readSwappedUnsignedInteger() may return a negative number

2007-03-18 Thread Hiroshi Ikeda (JIRA)
EndianUtils.readSwappedUnsignedInteger() may return a negative number - Key: IO-117 URL: https://issues.apache.org/jira/browse/IO-117 Project: Commons IO Issue Type: Bug