[nightly build] dbcp failed.

2007-07-24 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070724/dbcp.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [DBCP] Remove SQLNestedException

2007-07-24 Thread Phil Steitz
On 7/23/07, Dain Sundstrom [EMAIL PROTECTED] wrote: DBCP-143 talks about problem with propagation of SQLNestedException to clients and the comment suggests a conversion to normal Java nested exception when we switch to Java 1.4. Since we made the leap, I did a bit of refactoring to remove this

Re: Moderator volunteer?

2007-07-24 Thread Phil Steitz
On 7/24/07, Henri Yandell [EMAIL PROTECTED] wrote: Thanks Phil :) NP. Impressive response time by Brett. Almost as impressive as the spammers. Now if I can just determine which commons component will help this poor soul get the money he is owed;-) Phil

Re: [nightly build] dbcp failed.

2007-07-24 Thread Phil Steitz
Should be fixed now. The nightlies run the m1 build and that needs the transitive dependencies to be specified. We could change the nightly to m2, but I think it is a good idea to keep the m1 build working for now and the nightly can alter us if we break it. Phil

Re: [DBCP] Remove SQLNestedException

2007-07-24 Thread Phil Steitz
On 7/24/07, Rahul Akolkar [EMAIL PROTECTED] wrote: On 7/24/07, Dain Sundstrom [EMAIL PROTECTED] wrote: On Jul 24, 2007, at 7:56 AM, Phil Steitz wrote: On 7/23/07, Dain Sundstrom [EMAIL PROTECTED] wrote: snip/ So, should we drop SQLNestedException? This is tempting, but it breaks

Re: [DBCP] DBCP-44 Deadlock

2007-07-23 Thread Phil Steitz
On 7/23/07, Dain Sundstrom [EMAIL PROTECTED] wrote: On Jul 20, 2007, at 5:26 PM, Phil Steitz wrote: On 7/20/07, Dain Sundstrom [EMAIL PROTECTED] wrote: On Jul 20, 2007, at 11:26 AM, Dain Sundstrom wrote: On Jul 19, 2007, at 11:19 PM, Phil Steitz wrote: I would love to have a fix

Re: Moderator volunteer?

2007-07-23 Thread Phil Steitz
I will do this. Phil On 7/23/07, Henri Yandell [EMAIL PROTECTED] wrote: Is there anyone who could volunteer to moderate the list? I'm looking to share the load and get off of commons-dev moderating :) Hen - To unsubscribe,

[jira] Commented: (POOL-97) EVICTION_TIMER is never cancelled.

2007-07-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514497 ] Phil Steitz commented on POOL-97: - A more conservative solution would be to revert to the pool 1.2 setup where

[jira] Resolved: (DBCP-11) [dbcp] stmt.getConnection() != Connection used to create the statement

2007-07-21 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-11. - Resolution: Fixed Patch applied. Thanks. [dbcp] stmt.getConnection() != Connection used to create

Re: svn commit: r557176 - in /jakarta/commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/ src/java/org/apache/commons/dbcp/cpdsadapter/ src/test/org/apache/commons/dbcp/ src/test/org/apache/c

2007-07-21 Thread Phil Steitz
On 7/19/07, Phil Steitz [EMAIL PROTECTED] wrote: On 7/19/07, Dain Sundstrom [EMAIL PROTECTED] wrote: I think passivate() is called automatically when the connection is put back in the pool (due to the _conn.close() call). I think there are tests that check that the statements were closed

Re: [DBCP] close issues

2007-07-21 Thread Phil Steitz
On 7/21/07, Dain Sundstrom [EMAIL PROTECTED] wrote: On Jul 20, 2007, at 10:15 PM, Phil Steitz wrote: On 7/20/07, Dain Sundstrom [EMAIL PROTECTED] wrote: On Jul 20, 2007, at 11:26 AM, Dain Sundstrom wrote: I think this will require a patch to pooling (documented in DBCP-221). What

[jira] Resolved: (POOL-94) GenericObjectPool allows checking in of previously checked in objects

2007-07-21 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved POOL-94. - Resolution: Won't Fix Javadoc has been updated to include a warning. GenericObjectPool allows checking

[jira] Resolved: (DBCP-232) maxWait = 0 waits indefinitely too, not only maxWait = -1

2007-07-21 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-232. -- Resolution: Fixed Javadoc fix committed in r558394. Thanks for reporting thi maxWait = 0 waits

[jira] Commented: (MATH-167) ConvergenceException in normal CDF

2007-07-21 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514453 ] Phil Steitz commented on MATH-167: -- Fixed for nomal distribution in r558450. Leaving open because we should look

[jira] Updated: (MATH-167) ConvergenceException in normal CDF

2007-07-21 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated MATH-167: - Fix Version/s: 1.2 ConvergenceException in normal CDF

Re: [DBCP] Release 1.3 soon?

2007-07-20 Thread Phil Steitz
On 7/19/07, Dain Sundstrom [EMAIL PROTECTED] wrote: Are there any DBCP-1.3 release plans? Based on the JIRAs I think we are close to being ready to release. Are there any items that are planned but don't have JIRAs? There are two things that I would like to at least talk about that relate to

Re: svn commit: r557176 - in /jakarta/commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/ src/java/org/apache/commons/dbcp/cpdsadapter/ src/test/org/apache/commons/dbcp/ src/test/org/apache/c

2007-07-20 Thread Phil Steitz
on the second close. -dain On Jul 19, 2007, at 10:33 PM, Phil Steitz wrote: Sorry I missed this in initial review. I am not sure we want to remove the passivate() below, since that closes statements traced by this connection. Am I missing something here? Phil jakarta/commons/proper/dbcp/trunk/src

Re: [DBCP] DBCP-44 Deadlock

2007-07-20 Thread Phil Steitz
On 7/20/07, Dain Sundstrom [EMAIL PROTECTED] wrote: On Jul 20, 2007, at 11:26 AM, Dain Sundstrom wrote: On Jul 19, 2007, at 11:19 PM, Phil Steitz wrote: I would love to have a fix for DBCP-44; but that could wait on pool 1.4 if necessary (and Ipersonally see no way to fix it just within

Re: [DBCP] close issues

2007-07-20 Thread Phil Steitz
On 7/20/07, Dain Sundstrom [EMAIL PROTECTED] wrote: On Jul 20, 2007, at 11:26 AM, Dain Sundstrom wrote: On Jul 19, 2007, at 11:19 PM, Phil Steitz wrote: On 7/19/07, Dain Sundstrom [EMAIL PROTECTED] wrote: Are there any DBCP-1.3 release plans? Based on the JIRAs I think we are close

New Commons Committer: Dain Sundstrom

2007-07-20 Thread Phil Steitz
Please join us in welcoming Dain Sundstrom as a new Commons committer. Dain is an apache committer active on multiple ASF projects who has been contributing patches to [dbcp] faster than we can commit them :) We are happy to have him among us as a Commons committer. Welcome, Dain!

[jira] Resolved: (DBCP-209) Is DataSource.getConnection(user, pass) working the way it is suppose to?

2007-07-19 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-209. -- Resolution: Invalid I agree with Dain. For BasicDataSource, the username and password are pool

Re: svn commit: r557176 - in /jakarta/commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/ src/java/org/apache/commons/dbcp/cpdsadapter/ src/test/org/apache/commons/dbcp/ src/test/org/apache/c

2007-07-19 Thread Phil Steitz
Sorry I missed this in initial review. I am not sure we want to remove the passivate() below, since that closes statements traced by this connection. Am I missing something here? Phil jakarta/commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/DelegatingConnection.java Tue Jul 17

Re: [DBCP] Remove primitive default values?

2007-07-19 Thread Phil Steitz
On 7/19/07, Dain Sundstrom [EMAIL PROTECTED] wrote: The PerUserDataSource and SharedPoolDataSource use primitives for the read only, transaction isolation and auto commit default values so there is not way to see if the value was set in the configuration. This means there is no way to allow the

[jira] Resolved: (DBCP-233) Allow connection, statement, and result set to be closed multiple times

2007-07-18 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-233. -- Resolution: Fixed Patch applied. Many thanks. Allow connection, statement, and result set

[jira] Resolved: (DBCP-134) [dbcp] DelegatingConnection.close() throws exception

2007-07-18 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-134. -- Resolution: Fixed Fixed in r 557176. [dbcp] DelegatingConnection.close() throws exception

[jira] Resolved: (DBCP-3) [dbcp] PoolableConnection.close() won't allow multiple close

2007-07-18 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-3. Resolution: Fixed Fixed in r 557176. [dbcp] PoolableConnection.close() won't allow multiple close

[jira] Resolved: (DBCP-5) [dbcp] PoolGuardConnectionWrapper violates close() contract

2007-07-18 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-5. Resolution: Fixed Fixed in r 557176. [dbcp] PoolGuardConnectionWrapper violates close() contract

[jira] Resolved: (DBCP-23) [dbcp] SQLException When PoolablePreparedStatement Already Closed

2007-07-18 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-23. - Resolution: Fixed Fixed in r 557176. [dbcp] SQLException When PoolablePreparedStatement Already Closed

Re: [dbcp][pool] Performance / load tests

2007-07-17 Thread Phil Steitz
On 7/16/07, Henri Yandell [EMAIL PROTECTED] wrote: On 7/15/07, Phil Steitz [EMAIL PROTECTED] wrote: I have cleaned up some of my performance / load test code for [dbcp] and [pool] and would like to commit it somewhere so others can use and improve it. There is some common load generation

Re: [DBCP] Back pointers

2007-07-17 Thread Phil Steitz
On 7/17/07, Dain Sundstrom [EMAIL PROTECTED] wrote: I'm working on a fix for the back pointers bugs DBCP-11 and DBCP-217 where the Statement.getConnection() and ResultSet.getStatement() return the wrong objects. The fix is pretty simple; we just need to make sure we wrap Statements and

[dbcp][pool] Performance / load tests

2007-07-15 Thread Phil Steitz
I have cleaned up some of my performance / load test code for [dbcp] and [pool] and would like to commit it somewhere so others can use and improve it. There is some common load generation code that should be factored out and I don't want to clutter the component codebases, so I am hesitant to

Re: svn commit: r555980 - in /jakarta/commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/ src/java/org/apache/commons/dbcp/managed/ xdocs/

2007-07-13 Thread Phil Steitz
On 7/13/07, Julien Aymé [EMAIL PROTECTED] wrote: It seems good; just a little mispelling problem with the protected method createConectionFactory(): Wouldn't it be better if it were spelled createConnectionFactory() ? (With 2 n in connection :-) Good catch. Thanks! Phil

[jira] Resolved: (DBCP-230) [DBCP] BasicManagedDataSource

2007-07-13 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-230. -- Resolution: Fixed Patch applied. Thanks! [DBCP] BasicManagedDataSource

Re: Commons Math, Commons Nightlies, vmbuild

2007-07-13 Thread Phil Steitz
On 7/12/07, Brett Porter [EMAIL PROTECTED] wrote: On 13/07/07, Phil Steitz [EMAIL PROTECTED] wrote: Where are we now in terms of capabilities for Continuum builds? In particular, is it possible to a) deploy the tarballs to people.apache.org and b) deploy the snapshot jars produced

Re: Commons Math, Commons Nightlies, vmbuild

2007-07-12 Thread Phil Steitz
On 7/11/07, Brett Porter [EMAIL PROTECTED] wrote: Hi, This is particularly for Phil and those on commons-math, but if anyone else is interested in getting set up just holler. commons-math currently have a build set up in vmbuild.apache.org. It's been down for little bit, but is now back up.

[jira] Reopened: (MATH-160) Chi-Square Test for Comparing two binned Data Sets

2007-07-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz reopened MATH-160: -- Good catch, Luc. I thought clirr was set up to fail the build when this happens. In any case, this needs

Re: [proposal] No VOTE needed to elect ASF committers to commons WAS: Re: request karma to commons validator/i18n

2007-07-08 Thread Phil Steitz
On 7/8/07, Jochen Wiedmann [EMAIL PROTECTED] wrote: I second Rahul's opinion. I wouldn't want to build high barreers, but I'd prefer to have them. Apart from that, I have never found it a problem to join the Commons. In particular, considering my own invitation which came basically with the

Re: [VOTE] Release CLI 1.1 (3rd RC)

2007-07-07 Thread Phil Steitz
+1 Phil On 7/4/07, Henri Yandell [EMAIL PROTECTED] wrote: I've updated the release notes to match the website page: http://people.apache.org/~bayard/commons-cli/1.0-rc3/ with the site in: http://people.apache.org/~bayard/commons-cli/1.0-rc3/site/ One quirk to note. The site is from trunk

[vfs] Re: issue

2007-07-07 Thread Phil Steitz
If this relates to an open issue against [vfs], you should add your comments to the JIRA ticket for the issue. If you have looked at the open issues and this looks like a new problem, please open a new ticket. To find or create issues against [vfs], follow this link:

[jira] Commented: (MATH-167) ConvergenceException in normal CDF

2007-07-07 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510905 ] Phil Steitz commented on MATH-167: -- Thanks for reporting this. I see three alternatives to address - appreciate

Re: [DBCP] Managed Connection support

2007-07-07 Thread Phil Steitz
On 7/6/07, Dain Sundstrom [EMAIL PROTECTED] wrote: On Jul 5, 2007, at 7:13 AM, Phil Steitz wrote: Thanks, Dain. I applied the patch. I also patched the m1 and ant builds to work. The Ant now fails with JDK 1.3, but unless someone screams loudly soon, we have moved the minimum jdk level

Re: svn commit: r553747 - in /jakarta/commons/proper/dbcp/trunk: pom.xml src/site/ src/site/site.xml

2007-07-06 Thread Phil Steitz
On 7/6/07, Niall Pemberton [EMAIL PROTECTED] wrote: Phil, Dennis released Verson 3 of the parent pom a while ago - do you not want to use that? Doh! Thx Phil Niall On 7/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: psteitz Date: Thu Jul 5 23:04:45 2007 New Revision: 553747

Re: request karma to commons validator/i18n

2007-07-06 Thread Phil Steitz
Can someone with karma karma pls set Paul up? It would be great to get i18n promoted to proper and released. Any other volunteers to help with this? Phil On 7/5/07, Paul Benedict [EMAIL PROTECTED] wrote: I would like to commit to commons validator and commons i18n to enhance them for Struts.

[proposal] No VOTE needed to elect ASF committers to commons WAS: Re: request karma to commons validator/i18n

2007-07-06 Thread Phil Steitz
On 7/6/07, Henri Yandell [EMAIL PROTECTED] wrote: On 7/6/07, Niall Pemberton [EMAIL PROTECTED] wrote: On 7/6/07, Paul Benedict [EMAIL PROTECTED] wrote: I would like to commit to commons validator and commons i18n to enhance them for Struts. For validator, I want to add and finish some

[jira] Resolved: (DBCP-228) [dbcp] Managed Connection support

2007-07-05 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-228. -- Resolution: Fixed Patch applied. Thanks! [dbcp] Managed Connection support

Re: [DBCP] Managed Connection support

2007-07-05 Thread Phil Steitz
I just posted a patch JIRA which adds support for container managed connections to DBCP. In an environment where you have an accessible transaction manger such as Tomcat (when installed), Geronimo or OpenEJB, this patch allows adds support for pooling managed connections to an XA or non-XA data

[nightly build] dbcp failed.

2007-07-04 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070704/dbcp.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] 4th attempt: Release commons-io 1.3.2

2007-07-02 Thread Phil Steitz
+1 Phil On 6/26/07, Jochen Wiedmann [EMAIL PROTECTED] wrote: Hi, I have prepared a further release candidate, with the following changes: - Deprecation tags have been removed from the FileCleaner. (In the 1.3 branch only, not in the trunk.) The discussion has clearly shown, that opinions

[nightly build] proxy failed.

2007-06-29 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070629/proxy.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [RESULT] [VOTE] Release commons-sandbox-parent 1

2007-06-29 Thread Phil Steitz
+1 - need to do this anyway. On 6/29/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hmm, it seems that I spoke too soon. We need a place in subversion to put the tagged release. Since the pom is currently in sandbox-trunks there simply is no tags directory to put the release in. I propose that

[nightly build] lang failed.

2007-06-28 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070628/lang.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: infrastructure work for TLP move

2007-06-27 Thread Phil Steitz
On 6/27/07, Henri Yandell [EMAIL PROTECTED] wrote: Personally, my vote would be to say: commons=committers You mean all apache committers? I agree that we should continue the tradition of granting commons karma to any committer who asks for it. I don't know much about how this works in svn

Re: [VOTE] Release commons-sandbox-parent 1

2007-06-24 Thread Phil Steitz
On 6/23/07, Rahul Akolkar [EMAIL PROTECTED] wrote: On 6/23/07, Phil Steitz [EMAIL PROTECTED] wrote: On 6/23/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/23/07, Dennis Lundberg [EMAIL PROTECTED] wrote: This will be the first release and is important because it enables reproducible

[jira] Resolved: (MATH-160) Chi-Square Test for Comparing two binned Data Sets

2007-06-24 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved MATH-160. -- Resolution: Fixed Applied a modified version of the patch, along with test cases, verified against

Re: [VOTE] Release commons-sandbox-parent 1

2007-06-23 Thread Phil Steitz
On 6/23/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/23/07, Dennis Lundberg [EMAIL PROTECTED] wrote: This will be the first release and is important because it enables reproducible builds and site generation for the sandbox components. Since you have a policy against releasing sandbox

Re: [VOTE] Release commons-sandbox-parent 1

2007-06-23 Thread Phil Steitz
On 6/23/07, Rahul Akolkar [EMAIL PROTECTED] wrote: On 6/23/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi, It is time to release version 1 of the commons-sandbox-parent. The latest changes includes updating the parent to commons-parent-3 and locking down the versions for plugins. Note that

[jira] Updated: (POOL-97) EVICTION_TIMER is never cancelled.

2007-06-23 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-97: Attachment: timer.patch EVICTION_TIMER is never cancelled

[jira] Updated: (POOL-97) EVICTION_TIMER is never cancelled.

2007-06-23 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-97: Attachment: timer.patch Attaching a patch (timer.patch) that makes the eviction timer a (lazy initialized

[jira] Updated: (POOL-97) EVICTION_TIMER is never cancelled.

2007-06-23 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-97: Attachment: (was: timer.patch) EVICTION_TIMER is never cancelled

[jira] Updated: (POOL-97) EVICTION_TIMER is never cancelled.

2007-06-23 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-97: Attachment: (was: timer.patch) EVICTION_TIMER is never cancelled

[jira] Updated: (POOL-97) EVICTION_TIMER is never cancelled.

2007-06-23 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-97: Attachment: timer.patch EVICTION_TIMER is never cancelled

[jira] Updated: (POOL-102) Thread waiting forever for borrowObject() cannot be interrupted

2007-06-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-102: - Fix Version/s: 2.0 Affects Version/s: 1.1 1.2 Thread waiting forever

[jira] Resolved: (POOL-102) Thread waiting forever for borrowObject() cannot be interrupted

2007-06-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved POOL-102. -- Resolution: Fixed Patch applied. Thanks! Thread waiting forever for borrowObject() cannot

[jira] Updated: (POOL-97) EVICTION_TIMER is never cancelled.

2007-06-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-97: Fix Version/s: 2.0 EVICTION_TIMER is never cancelled

[jira] Resolved: (POOL-95) GenericObjectPool constructor with GenericObjectPool.Config ignores softMinEvictableIdleTimeMillis

2007-06-22 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved POOL-95. - Resolution: Fixed Fix Version/s: 2.0 Fix has been applied and will be included in 2.0

Re: [dbcp] [pool] Roadmap ideas

2007-06-22 Thread Phil Steitz
On 6/21/07, Henri Yandell [EMAIL PROTECTED] wrote: On 6/20/07, Phil Steitz [EMAIL PROTECTED] wrote: Next releases: [dbcp] - 1.3 close as many of the 1.3-marked bugs as possible without the new pool impl and add instrumentation using JDK logging, therefore increasing required JDK level

[jira] Commented: (POOL-98) Make GenericObjectPool better extensible

2007-06-21 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506784 ] Phil Steitz commented on POOL-98: - OK, I understand the use case, but with the 1.3 pool impl, I don't think what you

Re: [VOTE] Commons Modeler 2.0.1 RC1

2007-06-21 Thread Phil Steitz
+1 on release notes, release contents, rat, META-INF, maven build, but have to -1 on bits-to-mirrors, until I can verify the hashes: ERROR: Checksum stored in commons-modeler-2.0.1-javadoc.jar.md5 does not match commons-modeler-2.0.1-javadoc.jar Correct hash: a5381f035c7076bffe8df548768449e2

Re: [VOTE] Commons Modeler 2.0.1 RC1

2007-06-21 Thread Phil Steitz
I am not 100% sure that this is correct Jelly ant lib syntax, but I think I now see the problem. In maven.xml, you have !-- create checksum for sources jar -- ant:checksum file=${maven.dist.dir}/${maven.final.name}-sources.jar property=jar.md5/ ant:echo message=${jar.md5}

Re: [VOTE] Invite Rahul Akolkar to join the Apache Commons PMC

2007-06-21 Thread Phil Steitz
+1 to no escape! Phil On 6/21/07, Niall Pemberton [EMAIL PROTECTED] wrote: Rahul Akolkar is an existing Jakarta PMC member and Commons Committer. He was against the proposal for Commons to become a TLP. Since that vote passed and the Apache Board has now passed the resolution for Commons to

Re: [VOTE] Invite Simon Kitching to join the Apache Commons PMC

2007-06-21 Thread Phil Steitz
+1! Phil On 6/21/07, Niall Pemberton [EMAIL PROTECTED] wrote: Simon Kitching is an existing Jakarta PMC member and Commons Committer. He was against the proposal for Commons to become a TLP. Since that vote passed and the Apache Board has now passed the resolution for Commons to become a TLP I

[jira] Reopened: (POOL-86) GenericKeyedObjectPool retaining too many idle objects

2007-06-21 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz reopened POOL-86: - Assignee: Phil Steitz (was: Sandy McArthur) I agree with Rob that a better solution should be provided

Re: [VOTE] Commons Modeler 2.0.1 RC2

2007-06-21 Thread Phil Steitz
+1 - looks good, including hashes now. Phil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[pool] 2.0 releaese WAS: [jira] Commented: (POOL-98) Make GenericObjectPool better extensible

2007-06-21 Thread Phil Steitz
Leaving the ticket because this is really general discussion. snip. ok, I can understand this. Any time frame on compositepool / what is needed to get the code release-ready? As with all things apache, that depends on available volunteer cycles. I posted a straw man roadmap for both [pool]

[jira] Commented: (DBCP-216) Improvement of error recovery in KeyedCPDSConnectionFactory

2007-06-20 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506620 ] Phil Steitz commented on DBCP-216: -- Patch looks correct and appropriate to me, subject to the comments below

[jira] Updated: (DBCP-97) setAutoCommit(true) when returning connection to the pool

2007-06-20 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated DBCP-97: Fix Version/s: 1.3 setAutoCommit(true) when returning connection to the pool

[jira] Updated: (DBCP-225) getConnection / borrowObject fails with NullPointerException

2007-06-20 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated DBCP-225: - Fix Version/s: 1.3 getConnection / borrowObject fails with NullPointerException

[jira] Commented: (DBCP-212) PoolingDataSource closes physical connections

2007-06-20 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506646 ] Phil Steitz commented on DBCP-212: -- PoolableConnectionFactory.makeObject() has been synchronized since the initial

[jira] Commented: (POOL-98) Make GenericObjectPool better extensible

2007-06-20 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506659 ] Phil Steitz commented on POOL-98: - I don't think we want to expose the _pool, since this is actually a linked list

[dbcp] [pool] Roadmap ideas

2007-06-20 Thread Phil Steitz
There are still quite a few bugs open against [dbcp] and [pool]. We also have an unreleased, improved pool impl in the compositepool package. I would like to toss out some ideas for discussion about where to go with these two components and guage interest in helping out. Recent releases:

[jira] Resolved: (MATH-166) Special functions not very accurate

2007-06-20 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved MATH-166. -- Resolution: Fixed Patch applied. Thanks Special functions not very accurate

[jira] Resolved: (MATH-158) Arbitrary log

2007-06-20 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved MATH-158. -- Resolution: Fixed Modified version of patch applied. Changes: made arguments doubles and used

Re: [RESULT] 3rd attempt: Release commons-io 1.3.2

2007-06-19 Thread Phil Steitz
On 6/19/07, Dion Gillard [EMAIL PROTECTED] wrote: I believe you're right. http://jakarta.apache.org/site/proposal.html#decisions/items/plan says ...Majority approval is required before the public release can be made. Yes, that is the policy, but I have never seen us move forward with a

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

2007-06-18 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz reopened DBCP-102: -- [dbcp] setReadOnly setAutoCommit called too many times

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

2007-06-18 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated DBCP-102: - Fix Version/s: (was: 1.2.2) 1.3 Setting fix level to 1.3, as fix represents

[jira] Reopened: (DBCP-97) setAutoCommit(true) when returning connection to the pool

2007-06-18 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz reopened DBCP-97: - Need to verify this fix is correct and necessary. setAutoCommit(true) when returning connection to the pool

[nightly build] dbcp failed.

2007-06-16 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070616/dbcp.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [vote] releasing jci RC4 as 1.0

2007-06-16 Thread Phil Steitz
+1 Builds happily, sigs and hashes are good and everything else looks good to me. Thanks for rolling the source distro. Phil On 6/13/07, Torsten Curdt [EMAIL PROTECTED] wrote: As (more or less) requested I've also created a source and binary distributions

[all] Versioining and compatibility WAS Re: [VOTE] Release CLI 1.1

2007-06-13 Thread Phil Steitz
Sorry, but I have to agree with Niall on this - needs to be 2.0 with the incompatible changes - and I would like very much for us to agree once and for all on some versioning/deprecation rules. We seem to have lost the old versioning guidelines (unless I am senile, we used to have these on the

[nightly build] email logging finder pipeline failed.

2007-06-13 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070613/email.log http://vmbuild.apache.org/~commons/nightly/logs//20070613/logging.log http://vmbuild.apache.org/~commons/nightly/logs//20070613/finder.log http://vmbuild.apache.org/~commons/nightly/logs//20070613/pipeline.log

Re: [nightly build] email logging finder pipeline failed.

2007-06-13 Thread Phil Steitz
Ignore this. All builds actually succeeded. Error in script made worse last night :-(. Should be fixed now. Phil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[nightly build] beanutils logging failed.

2007-06-12 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070612/beanutils.log http://vmbuild.apache.org/~commons/nightly/logs//20070612/logging.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [nightly build] beanutils logging failed.

2007-06-12 Thread Phil Steitz
On 6/12/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Dennis Lundberg wrote: Phil Steitz wrote: Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070612/beanutils.log http://vmbuild.apache.org/~commons/nightly/logs//20070612/logging.log

[nightly build] logging failed.

2007-06-11 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070611/logging.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [nightly build] logging failed.

2007-06-11 Thread Phil Steitz
On 6/11/07, Ben Speakmon [EMAIL PROTECTED] wrote: Phil actually had to fix a bug in commons-nightly before the maven 2 file would be honored, so after I asked about getting email working, logging started working too. On 6/11/07, Dennis Lundberg [EMAIL PROTECTED] wrote: I'm unsure why, but it

[jira] Created: (DBCP-226) DBCP should support configuration of queryTimeout for validation queries

2007-06-10 Thread Phil Steitz (JIRA)
Type: Improvement Affects Versions: 1.2.2 Reporter: Phil Steitz Priority: Minor Fix For: 1.3 Validation queries used when testOnBorrow and/or testOnReturn do not currently support queryTimeouts. This should be configurable. See http://www.mail

[nightly build] logging failed.

2007-06-10 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070610/logging.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[all] What is a release? WAS: [vote] releasing jci RC3 as 1.0 ...maybe this time?

2007-06-10 Thread Phil Steitz
On 6/10/07, Torsten Curdt [EMAIL PROTECTED] wrote: So you are saying +1 for the assembly release ...but I don't get the who needs what part. What I meant was that I did not see it as a big user inconvenience to bundle all of the jars into a single release, since they are individually

Re: svn commit: r545184 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/PoissonDistributionImpl.java

2007-06-10 Thread Phil Steitz
On 6/7/07, Martin van den Bemt [EMAIL PROTECTED] wrote: If the intention is to have a NullPointerException when null is passed, declare it and throw it specifically (that way you are in control of the exception). I think every undocumented nullpointer exception is a bug. I would prefer

Re: svn commit: r545192 - in /jakarta/commons/proper/math/trunk/src: java/org/apache/commons/math/distribution/ test/org/apache/commons/math/distribution/

2007-06-10 Thread Phil Steitz
public abstract class DistributionFactory { /** @@ -59,16 +59,7 @@ * @return a new factory. */ public static DistributionFactory newInstance() { -DistributionFactory factory = null; -try { -DiscoverClass dc = new DiscoverClass(); -

  1   2   3   4   5   6   7   8   9   10   >