[jira] Resolved: (DBCP-41) [dbcp][patch] docs lie: NOT maxIdle = 0 for no limit BUT -1

2006-07-30 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-41?page=all ] Phil Steitz resolved DBCP-41. - Resolution: Fixed Patch applied. Thanks. > [dbcp][patch] docs lie: NOT maxIdle = 0 for no limit BUT -1 > --- >

svn commit: r427015 - in /jakarta/commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/ src/java/org/apache/commons/dbcp/cpdsadapter/ src/java/org/apache/commons/dbcp/datasources/ xdocs/

2006-07-30 Thread psteitz
Author: psteitz Date: Sun Jul 30 21:46:46 2006 New Revision: 427015 URL: http://svn.apache.org/viewvc?rev=427015&view=rev Log: Fixed errors in pool parameter documentation and made 0 value for _maxPreparedStatements in DriverAdapterCPDS behave like a negative value, to be consistent with documenta

[jira] Commented: (MATH-153) RandomDataImpl nextInt(int, int) nextLong(long, long)

2006-07-30 Thread Remi Arntzen (JIRA)
[ http://issues.apache.org/jira/browse/MATH-153?page=comments#action_12424472 ] Remi Arntzen commented on MATH-153: --- once Math-154 (MathUtils addAndCheck and subAndCheck for long values) is commited nextLong(long, long) could become public lon

[jira] Created: (MATH-154) MathUtils addAndCheck and subAndCheck for long values

2006-07-30 Thread Remi Arntzen (JIRA)
MathUtils addAndCheck and subAndCheck for long values - Key: MATH-154 URL: http://issues.apache.org/jira/browse/MATH-154 Project: Commons Math Issue Type: Improvement Affects Versions:

[jira] Created: (MATH-153) RandomDataImpl nextInt(int, int) nextLong(long, long)

2006-07-30 Thread Remi Arntzen (JIRA)
RandomDataImpl nextInt(int, int) nextLong(long, long) - Key: MATH-153 URL: http://issues.apache.org/jira/browse/MATH-153 Project: Commons Math Issue Type: Bug Affects Versions: Nightly

[jira] Updated: (MATH-152) Add MultiDimentional Support for FastFourier

2006-07-30 Thread Remi Arntzen (JIRA)
[ http://issues.apache.org/jira/browse/MATH-152?page=all ] Remi Arntzen updated MATH-152: -- Attachment: fft.java.diff for some reason my diff application shows a change to the entire file, but all that is needed is the two additional methods mdfft and it's

[jira] Updated: (MATH-152) Add MultiDimentional Support for FastFourier

2006-07-30 Thread Remi Arntzen (JIRA)
[ http://issues.apache.org/jira/browse/MATH-152?page=all ] Remi Arntzen updated MATH-152: -- Attachment: fftTest.java.diff > Add MultiDimentional Support for FastFourier > > > Key: MATH-152 >

Re: [VOTE][modeler] Promote 2.0 RC1 to 2.0 Final (was Re: [modeler] 2.0 RC1 ready for review)

2006-07-30 Thread Davanum Srinivas
Rahul, i am going to leave the build.xml.* around for this time...I use the maven1 properties (maven.compile.source and maven.compile.target) to set the jdk version to 1.3. I will fix the build.xml. thanks, dims On 7/29/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: On 7/25/06, Davanum Srinivas

[jira] Resolved: (DBCP-102) [dbcp] setReadOnly & setAutoCommit called too many times

2006-07-30 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-102?page=all ] Phil Steitz resolved DBCP-102. -- Resolution: Fixed passivateObject fix committed. > [dbcp] setReadOnly & setAutoCommit called too many times > ---

svn commit: r426942 - /jakarta/commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolableConnectionFactory.java

2006-07-30 Thread psteitz
Author: psteitz Date: Sun Jul 30 14:09:26 2006 New Revision: 426942 URL: http://svn.apache.org/viewvc?rev=426942&view=rev Log: Completed fix for DBCP-102. Modified: jakarta/commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolableConnectionFactory.java Modified: jakarta/commons/p

Re: [collections] Maps supporting concurrent modification of their iterators?

2006-07-30 Thread Oliver Zeigermann
2006/7/30, Stephen Colebourne <[EMAIL PROTECTED]>: Robert Ribnitz wrote: > how much work would be involved in extending one of the Maps provided in > the collections framework to support concurrent modification of the > structures their mapIterators iterate over? > > would this be an envisageable

[jira] Reopened: (DBCP-102) [dbcp] setReadOnly & setAutoCommit called too many times

2006-07-30 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-102?page=all ] Phil Steitz reopened DBCP-102: -- Per last comment, passivateObject should also be fixed. > [dbcp] setReadOnly & setAutoCommit called too many times > ---

Re: [RESULT] VOTE: Merge streaming branch into commons-fileupload

2006-07-30 Thread Davanum Srinivas
Sorry. +1: 1 (Myself) -- dims On 7/30/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: Accepted with: +1: 1 (Myself) =0: 0 -1: 0 This is the first time I haven't got any response at all to a vote. :-( - To unsubscri

Re: [collections] Minor improvements to UnmodifiableMap: local vars made final, only one return statement in the mapIterator.

2006-07-30 Thread Stephen Colebourne
What do you see as the benefits of this? The code works fine currently, and this doesn't change that one way or the other. Stephen Robert Ribnitz wrote: Hello, I had a look at UnmodifiableMap. -in the mapIterator() the return statement can be taken out; we also need to define the it outside

Re: [collections] Maps supporting concurrent modification of their iterators?

2006-07-30 Thread Stephen Colebourne
Robert Ribnitz wrote: how much work would be involved in extending one of the Maps provided in the collections framework to support concurrent modification of the structures their mapIterators iterate over? would this be an envisageable feature? - I am thinking of Maps behaving much like the

Re: [transaction] Commons Transaction 1.2 rc3 ready for inspection

2006-07-30 Thread Oliver Zeigermann
2006/7/30, Rahul Akolkar <[EMAIL PROTECTED]>: On 7/30/06, Oliver Zeigermann <[EMAIL PROTECTED]> wrote: > 2006/7/30, Rahul Akolkar <[EMAIL PROTECTED]>: > > * Why are the dependencies (the lib folder) included in both distros? > > I'd prefer that they aren't, is there any particular reason why > >

[configuration]First release candidate for 1.3 release

2006-07-30 Thread Oliver Heger
The Commons Configuration team is pleased to announce the availability of the first release candidate of the upcoming 1.3 release. The files can be found for inspection at http://people.apache.org/~oheger/commons-configuration-1.3rc1/ The web site for the RC has also been put up. It can be foun

[RESULT] VOTE: Merge streaming branch into commons-fileupload

2006-07-30 Thread Jochen Wiedmann
Accepted with: +1: 1 (Myself) =0: 0 -1: 0 This is the first time I haven't got any response at all to a vote. :-( - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r426911 - /jakarta/commons/proper/configuration/tags/CONFIGURATION_1_3RC1/

2006-07-30 Thread oheger
Author: oheger Date: Sun Jul 30 11:30:56 2006 New Revision: 426911 URL: http://svn.apache.org/viewvc?rev=426911&view=rev Log: Tagged first RC for 1.3 release Added: jakarta/commons/proper/configuration/tags/CONFIGURATION_1_3RC1/ - copied from r426910, jakarta/commons/proper/configuratio

svn commit: r426910 - in /jakarta/commons/proper/configuration/trunk: build.xml project.xml

2006-07-30 Thread oheger
Author: oheger Date: Sun Jul 30 11:28:35 2006 New Revision: 426910 URL: http://svn.apache.org/viewvc?rev=426910&view=rev Log: Changed version to 1.3RC1 Modified: jakarta/commons/proper/configuration/trunk/build.xml jakarta/commons/proper/configuration/trunk/project.xml Modified: jakarta/

Re: [nightly build] WAS Re: [VFS] Snapshot timestamped version has disappeared from the m1 snapshot repo!

2006-07-30 Thread Phil Steitz
I went ahead and committed the change, after backing up the previous versions to my home directory, so these can be restored if anyone needs them. Phil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

svn commit: r426908 - /jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

2006-07-30 Thread psteitz
Author: psteitz Date: Sun Jul 30 10:37:11 2006 New Revision: 426908 URL: http://svn.apache.org/viewvc?rev=426908&view=rev Log: Added some comments. Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

svn commit: r426907 - in /jakarta/commons/proper/configuration/trunk: RELEASE-NOTES.txt xdocs/building.xml xdocs/dependencies.xml xdocs/tasks.xml

2006-07-30 Thread oheger
Author: oheger Date: Sun Jul 30 10:31:32 2006 New Revision: 426907 URL: http://svn.apache.org/viewvc?rev=426907&view=rev Log: Minor site update and new release notes for 1.3 release Modified: jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt jakarta/commons/proper/configuration

svn commit: r426905 - /jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

2006-07-30 Thread psteitz
Author: psteitz Date: Sun Jul 30 10:26:02 2006 New Revision: 426905 URL: http://svn.apache.org/viewvc?rev=426905&view=rev Log: Update trunks when an Ant build component checkout is missing (completes fix applied for maven components in r423772). Modified: jakarta/commons/proper/commons-build

svn commit: r426904 - /jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

2006-07-30 Thread psteitz
Author: psteitz Date: Sun Jul 30 10:20:36 2006 New Revision: 426904 URL: http://svn.apache.org/viewvc?rev=426904&view=rev Log: Added symlink to latest nightly jar, named commons--SNAPSHOT.jar Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Modified: jakarta/commons/pr

Re: svn commit: r426813 - in /jakarta/commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ test/org/apache/commons/configuration/

2006-07-30 Thread Oliver Heger
Rahul Akolkar wrote: On 7/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: oheger Date: Sat Jul 29 07:52:31 2006 New Revision: 426813 URL: http://svn.apache.org/viewvc?rev=426813&view=rev Log: Fixed some problems JDK 1.3 had with our classes Modified: jakarta/commons/proper/con

Re: [transaction] Commons Transaction 1.2 rc3 ready for inspection

2006-07-30 Thread Rahul Akolkar
On 7/30/06, Oliver Zeigermann <[EMAIL PROTECTED]> wrote: 2006/7/30, Rahul Akolkar <[EMAIL PROTECTED]>: > * Why are the dependencies (the lib folder) included in both distros? > I'd prefer that they aren't, is there any particular reason why > [transaction] does that? The main build process uses

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

2006-07-30 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. Th

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

2006-07-30 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. Th

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

2006-07-30 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects 1

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

2006-07-30 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects 1

Re: [transaction] Commons Transaction 1.2 rc3 ready for inspection

2006-07-30 Thread Oliver Zeigermann
2006/7/30, Rahul Akolkar <[EMAIL PROTECTED]>: * Why are the dependencies (the lib folder) included in both distros? I'd prefer that they aren't, is there any particular reason why [transaction] does that? The main build process uses ant which requires these libraries. * The source distro co

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

2006-07-30 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-io has an issue affecting its community integration. This issue affects 5

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

2006-07-30 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-io has an issue affecting its community integration. This issue affects 5