DO NOT REPLY [Bug 49269] Shouldn't see maxIdle maxActive message with default props

2010-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49269

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

  Component|Modules: jdbc-pool  |jdbc-pool
Version|trunk   |unspecified
Product|Tomcat 7|Tomcat Modules

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49269] Shouldn't see maxIdle maxActive message with default props

2010-05-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49269

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Mark Thomas ma...@apache.org 2010-05-11 04:03:11 EDT ---
Thanks for the patch. It has been applied to trunk.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49269] Shouldn't see maxIdle maxActive message with default props

2010-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49269

--- Comment #1 from Matt Passell mpass...@grovehillsoftware.com 2010-05-10 
15:05:13 EDT ---
Created an attachment (id=25424)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25424)
default value for maxIdle matches maxActive

Here's a patch.  If there are any problems applying it, it just involves
changing line 50 of PoolProperties.java to:

protected int maxIdle = maxActive;

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org