Incorrect parameter descriptions for maxIdle and minIdle, at
http://jakarta.apache.org/commons/dbcp/configuration.html
----------------------------------------------------------------------------------------------------------------------
Key: DBCP-197
URL: http://issues.apache.org/jira/browse/DBCP-197
Project: Commons Dbcp
Issue Type: Bug
Affects Versions: 1.2.1
Reporter: Michael Heuer
Priority: Minor
Attachments: diff.txt
The parameter descriptions for maxIdle and minIdle incorrectly refer to active
connections:
Parameter Default Description
initialSize 0 The initial number of connections that are created when
the pool is started.
maxActive 8 The maximum number of active connections that can be
allocated from this pool at the same time, or negative for no limit.
maxIdle 8 The maximum number of active connections that can
remain idle in the pool, without extra ones being released, or zero for no
limit.
minIdle 0 The minimum number of active connections that can
remain idle in the pool, without extra ones being created, or zero to create
none.
A connection cannot be both active and idle by definition.
svn diff attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]