Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
Copied from: POOL-38
MISTAKE at http://jakarta.apache.org/commons/dbcp/configuration.html:
maxActive = "The maximum number of active connections that can be allocated from this pool at the same time, or zero for no limit. " - should be -1 instead of 'zero for no limit'. However, it does not help if I need to limit number of objects in a pool...