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

2006-06-15 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-06-15 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.

Re: [FILEUPLOAD] RfC: Proposed API changes for streaming

2006-06-15 Thread Jochen Wiedmann
[EMAIL PROTECTED] wrote: Why do you want to throw an IllegalStateException on subsequent invocations of getInputStream()? Because the nature of streaming implies, that the data can be returned only once (as opposed to the FileItem where getInputStream() may be called as often as you like, each

svn commit: r414614 - in /jakarta/commons/sandbox/jci/trunk/maven-jci-plugin/src: main/java/org/apache/maven/plugin/AbstractJCIMojo.java test/java/org/apache/maven/plugin/JCIMojoTestCase.java test/jav

2006-06-15 Thread tcurdt
Author: tcurdt Date: Thu Jun 15 08:15:11 2006 New Revision: 414614 URL: http://svn.apache.org/viewvc?rev=414614view=rev Log: fixed the double apply, actually compile a source file in the testcase Modified:

[jira] Updated: (CONFIGURATION-215) Using relative URLs

2006-06-15 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-215?page=all ] Oliver Heger updated CONFIGURATION-215: --- Priority: Minor (was: Major) Solution (1) would be hard to implement for some of the composite configuration classes. I am not sure

commons-events: similarity to java.beans.PropertyChangeSupport

2006-06-15 Thread Bryce L Nordgren
Please respond with comment on http://issues.apache.org/jira/browse/SANDBOX-149. I am exploring re-designing collections-events using extension of the standard property change support stuff in java.beans. I'm trying to keep the goals/tradeoffs mentioned in the 3 proposals email in mind. The

[configuration] New release

2006-06-15 Thread Oliver Heger
Hi, on the user list there were some postings asking for another release. Does anybody object if I begin with some preparations? This will take some time though because I will probably be quite busy the next time. If you want to have some special features included in this upcoming release,

[jira] Updated: (SANDBOX-149) [events] Notifying/Observable Design Choice

2006-06-15 Thread Bryce Nordgren (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-149?page=all ] Bryce Nordgren updated SANDBOX-149: --- Attachment: UsingPropertyChangeSupport.png Attaching design which leverages java.beans.{PropertyChangeSupport,VetoableChangeSupport}. This design

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

2006-06-15 Thread Matt Hall (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-110?page=comments#action_12416398 ] Matt Hall commented on COLLECTIONS-110: --- Hi everyone, I'm one of the co-authors/porters of the 2nd project mentioned here (collections.sf.net). Stephen Kestle

[ANNOUNCEMENT] Commons Chain 1.1 released

2006-06-15 Thread Niall Pemberton
The Commons Chain team is pleased to announce the release of Chain 1.1. http://jakarta.apache.org/commons/chain/ This release includes two new dispatch style commands, improvements to the LookupCommand and a number of bug fixes. For full details, see the Changes Report:

svn commit: r414699 - in /jakarta/commons/proper/chain/trunk: build.xml project.xml

2006-06-15 Thread niallp
Author: niallp Date: Thu Jun 15 15:54:44 2006 New Revision: 414699 URL: http://svn.apache.org/viewvc?rev=414699view=rev Log: Post Chain 1.1 release - roll the version number on to 1.2-SNAPSHOT Modified: jakarta/commons/proper/chain/trunk/build.xml

RE: [FILEUPLOAD] RfC: Proposed API changes for streaming

2006-06-15 Thread James.Ring
Hi Jochen, -Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: Thursday, 15 June 2006 10:49 PM To: Jakarta Commons Developers List Subject: Re: [FILEUPLOAD] RfC: Proposed API changes for streaming Because the nature of streaming implies, that the data can be

Re: [FILEUPLOAD] RfC: Proposed API changes for streaming

2006-06-15 Thread Jochen Wiedmann
[EMAIL PROTECTED] wrote: As I understand it, by the time you call getInputStream(), the user's POST request is already entirely in the server's memory space, or it has been written to disk. This data isn't consumed when you read() it, so why can't you get another InputStream over it? No. At

[jira] Created: (CONFIGURATION-216) Inconsistent way to locate filename when creating configuration

2006-06-15 Thread Gabriele Garuglieri (JIRA)
Inconsistent way to locate filename when creating configuration --- Key: CONFIGURATION-216 URL: http://issues.apache.org/jira/browse/CONFIGURATION-216 Project: Commons Configuration Type: Bug Environment: