[jira] Commented: (VFS-106) VFS Truezip provider

2007-03-20 Thread Filip Defoort (JIRA)
[ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482319 ] Filip Defoort commented on VFS-106: --- Hi, of course, was waiting until I heard you wanted this :-). ok oops, should

[jira] Resolved: (FILEUPLOAD-129) MockHttpServletRequest doesn't compile against Servlet 2.4

2007-03-20 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved FILEUPLOAD-129. Resolution: Fixed Applied MockHttpServletRequest doesn't compile against

svn commit: r520302 - in /jakarta/commons/proper/fileupload/trunk: pom.xml project.xml src/changes/changes.xml src/test/org/apache/commons/fileupload/MockHttpServletRequest.java

2007-03-20 Thread jochen
Author: jochen Date: Tue Mar 20 00:29:28 2007 New Revision: 520302 URL: http://svn.apache.org/viewvc?view=revrev=520302 Log: Made the MockHttpServletRequest comply to the servlet 2.4 specification by applying

[jira] Commented: (VFS-113) NullPointerException during getting InputStream from SftpFileObject

2007-03-20 Thread Tim Rademacher (JIRA)
[ https://issues.apache.org/jira/browse/VFS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482326 ] Tim Rademacher commented on VFS-113: It's been a while since I wrote this. ;-) So by now, the only exception I get

[jira] Commented: (VFS-113) NullPointerException during getting InputStream from SftpFileObject

2007-03-20 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482327 ] Mario Ivankovits commented on VFS-113: -- Yesterday I changed the sftp stuff to no longer read the whole file into

[jira] Created: (COLLECTIONS-246) LoopingListIterator behaves unexpected on next and previous mixed

2007-03-20 Thread Frank hefter (JIRA)
LoopingListIterator behaves unexpected on next and previous mixed - Key: COLLECTIONS-246 URL: https://issues.apache.org/jira/browse/COLLECTIONS-246 Project: Commons Collections

[jira] Updated: (COLLECTIONS-246) LoopingListIterator behaves unexpected on next and previous mixed

2007-03-20 Thread Frank hefter (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank hefter updated COLLECTIONS-246: - Description: Using ArrayList as the backing list. This combination at least

[jira] Updated: (COLLECTIONS-246) LoopingListIterator behaves unexpected on next and previous mixed

2007-03-20 Thread Frank hefter (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank hefter updated COLLECTIONS-246: - Description: Using ArrayList as the backing list. This combination at least

[Collections] Maven help needed

2007-03-20 Thread Stephen Kestle
I'm new to maven and apache development, and need some help... I've downloaded Maven 2.0.5, and it isn't able to run the script in the new generics branch of commons collections (http://svn.apache.org/repos/asf/jakarta/commons/proper/collections/branches/collections_jdk5_branch). *

Re: [Collections] Maven help needed

2007-03-20 Thread Jochen Wiedmann
On 3/20/07, Stephen Kestle [EMAIL PROTECTED] wrote: (http://svn.apache.org/repos/asf/jakarta/commons/proper/collections/branches/collections_jdk5_branch). * There's a project.xml instead of pom.xml * The pom version is 3 instead of 4 Looks like you need Maven 1, not 2. Jochen --

[transaction] administration interface

2007-03-20 Thread Joerg Heinicke
Oliver Zeigermann oliver.zeigermann at gmail.com writes: 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. Hi Oliver, to be honest this way of handling it

[nightly build] fileupload failed.

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

Re: [transaction] administration interface

2007-03-20 Thread Oliver Zeigermann
Right. Option one (the delegating thing) could be the option of choice for the 1.x branch. For 2.0 the JMX approach sounds like a much better idea. I will modify the code in the 1.x branch ASAP. Would you please add the JMX approach to the 2.0 Wiki page as a cool idea? Thanks for reporing and

Re: [nightly build] fileupload failed.

2007-03-20 Thread Phil Steitz
Sorry, guys, I have been out the last couple of weeks. It looks to me like this should not be failing and must be some kind of config problem. Hen - the build works fine from my home as me on vmbuild. Where is the script now and where / as who does it run? Phil On 3/19/07, Jochen Wiedmann

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

2007-03-20 Thread ozeigermann
Author: ozeigermann Date: Tue Mar 20 06:58:03 2007 New Revision: 520389 URL: http://svn.apache.org/viewvc?view=revrev=520389 Log: Moved changes for administration command to a sub class in order not to overload the base implementation. Modified:

svn commit: r520390 - /jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/VirtualAdminCommandsFileResourceManager.java

2007-03-20 Thread ozeigermann
Author: ozeigermann Date: Tue Mar 20 06:58:37 2007 New Revision: 520390 URL: http://svn.apache.org/viewvc?view=revrev=520390 Log: Moved changes for administration command to a sub class in order not to overload the base implementation. Added:

Re: [transaction] administration interface

2007-03-20 Thread Oliver Zeigermann
Done. 2007/3/20, Oliver Zeigermann [EMAIL PROTECTED]: Right. Option one (the delegating thing) could be the option of choice for the 1.x branch. For 2.0 the JMX approach sounds like a much better idea. I will modify the code in the 1.x branch ASAP. Would you please add the JMX approach to

Re: [nightly build] fileupload failed.

2007-03-20 Thread Henri Yandell
Still running as you etc. I've also been out with regards to Commons work. Been digging into other things. On 3/20/07, Phil Steitz [EMAIL PROTECTED] wrote: Sorry, guys, I have been out the last couple of weeks. It looks to me like this should not be failing and must be some kind of config

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

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

2007-03-20 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-20 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: r520582 - /jakarta/commons/proper/transaction/trunk/maven.xml

2007-03-20 Thread joerg
Author: joerg Date: Tue Mar 20 13:56:08 2007 New Revision: 520582 URL: http://svn.apache.org/viewvc?view=revrev=520582 Log: Maven says: java:jar: [echo] java:jar is deprecated and will be removed. Please use jar:jar Modified: jakarta/commons/proper/transaction/trunk/maven.xml Modified:

svn commit: r520583 - /jakarta/commons/proper/transaction/trunk/project.xml

2007-03-20 Thread joerg
Author: joerg Date: Tue Mar 20 13:57:40 2007 New Revision: 520583 URL: http://svn.apache.org/viewvc?view=revrev=520583 Log: at least Maven build works now with Geronimo spec jars from repository Modified: jakarta/commons/proper/transaction/trunk/project.xml Modified:

svn commit: r520602 - in /jakarta/commons/proper/transaction/trunk: ./ lib/

2007-03-20 Thread joerg
Author: joerg Date: Tue Mar 20 14:15:48 2007 New Revision: 520602 URL: http://svn.apache.org/viewvc?view=revrev=520602 Log: replace the geronimo spec jars compiled by me at least with the now officially released ones (this is only a temporary solution as long as we don't have an Ant build

Re: [ANNOUNCEMENT] Commons Transaction 1.2 Released

2007-03-20 Thread Joerg Heinicke
Oliver Zeigermann ozeigermann at apache.org writes: Jakarta Commons Transaction 1.2 has been released. Finally :) Oliver (on behalf of the Jakarta community) Thanks, Oliver. Joerg - To unsubscribe, e-mail: [EMAIL

[Jakarta-commons Wiki] Update of Brainstorm Transaction 2.0 by JoergHeinicke

2007-03-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by JoergHeinicke: http://wiki.apache.org/jakarta-commons/Brainstorm_Transaction_2%2e0

Re: [transaction] administration interface

2007-03-20 Thread Joerg Heinicke
Oliver Zeigermann oliver.zeigermann at gmail.com writes: I will modify the code in the 1.x branch ASAP. That was fast :) Would you please add the JMX approach to the 2.0 Wiki page as a cool idea? Added. Regards Joerg - To

Re: svn commit: r520602 - in /jakarta/commons/proper/transaction/trunk: ./ lib/

2007-03-20 Thread Joerg Heinicke
Author: joerg Date: Tue Mar 20 14:15:48 2007 New Revision: 520602 URL: http://svn.apache.org/viewvc?view=revrev=520602 Log: replace the geronimo spec jars compiled by me at least with the now officially released ones (this is only a temporary solution as long as we don't have an Ant

[VOTE] New committer - Stephen Kestle

2007-03-20 Thread Stephen Colebourne
Stephen has spent a considerable amount of effort in discussions and chivying in the commons area, particularly on commons-collections. In another life he has been heavily involved in one of the existing generics ports of collections - http://collections.sf.net. [ ] +1 - Let him commit [ ]

Re: [VOTE] New committer - Stephen Kestle

2007-03-20 Thread Stephen Kestle
Does becoming a committer allow me to edit pages such as http://wiki.apache.org/jakarta-commons/Collections? My first action would be to update that so that people can figure out what we're actually doing without trawling mailing lists. Oh, and +1 :) Stephen Colebourne wrote: Stephen has

[collections] Editing the wiki

2007-03-20 Thread Stephen Colebourne
Stephen Kestle wrote: Does becoming a committer allow me to edit pages such as http://wiki.apache.org/jakarta-commons/Collections? My first action would be to update that so that people can figure out what we're actually doing without trawling mailing lists. You can do that now. Just create

Re: [cli] findings...

2007-03-20 Thread Torsten Curdt
Let's check with Oliver on the commons-configuration-integration. I know that was a subject that's come up a few times (last time I needed a cli type thing, I went with configuration and much preferred it; it just needs a cli like option). I had a short glance at this branch (I was not

Re: [cli] bug in parser(s)

2007-03-20 Thread Torsten Curdt
Having fixed the bugs, it seemed to work fine for JMeter, so I thought it might be useful for others, and so it was provided as a patch for Commons CLI. Since JMeter has its own copy, it does not matter to us whether the CLI copy is ever released, but it seems a shame as it is working well for

Re: [VOTE] New committer - Stephen Kestle

2007-03-20 Thread Henri Yandell
On 3/20/07, Stephen Colebourne [EMAIL PROTECTED] wrote: Stephen has spent a considerable amount of effort in discussions and chivying in the commons area, particularly on commons-collections. In another life he has been heavily involved in one of the existing generics ports of collections -

Re: [jci] out of the sandbox

2007-03-20 Thread Torsten Curdt
On 18.03.2007, at 06:51, Mario Ivankovits wrote: Hi! I had a quick look at the filesystem alteration monitor module - looks like could be useful component for people outside of JCI. I was thinking the same. But atm I would rather just get it releases. That probably means as part of JCI.

Re: [cli] findings...

2007-03-20 Thread Henri Yandell
On 3/20/07, Torsten Curdt [EMAIL PROTECTED] wrote: Let's check with Oliver on the commons-configuration-integration. I know that was a subject that's come up a few times (last time I needed a cli type thing, I went with configuration and much preferred it; it just needs a cli like option).

Re: [cli] bug in parser(s)

2007-03-20 Thread Henri Yandell
On 3/20/07, Torsten Curdt [EMAIL PROTECTED] wrote: Having fixed the bugs, it seemed to work fine for JMeter, so I thought it might be useful for others, and so it was provided as a patch for Commons CLI. Since JMeter has its own copy, it does not matter to us whether the CLI copy is ever

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

2007-03-20 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Goddard reopened DAEMON-85: --- It should be noted that the origional description could be confusing. To clarify; The minimum

Re: [logging] 1.1.1 release?

2007-03-20 Thread Henri Yandell
On 3/9/07, Henri Yandell [EMAIL PROTECTED] wrote: Anyone mind if I kick off a 1.1.1 release? It looks like it's utterly ready and just needs to be rolled and voted on. Rescinding this - doesn't look like it's ready in that there's gubbins to do for the build and I'm not clueful on the things