datanucleus-connectionpool provided datasource pooling when used with RDBMS datastores. It is merged into the datanucleus-rdbms plugin as of version 2.2.0.release and, as such, is now inactive. It supported use of Apache DBCP, C3P0, Proxool, BoneCP.
datanucleus-connectionpool is downloadable as following
datanucleus-connectionpool is dependent on the following packages of software. Click on the name to go to the home page for that software to download it.
| Package | Version | Description | Required? |
|---|---|---|---|
| datanucleus-core | 1.0+ | Provides logging, localisation, and other framework facilities for DataNucleus | Yes |
| datanucleus-rdbms | 1.0+ | Persistence to RDBMS datastores | Yes |
| commons-dbcp | 1.1+ | Apache Commons DBCP. Connection Pooling | Yes, if using DBCP |
| commons-pool | 1.1+ | Apache Commons Pool. | Yes, if using DBCP |
| commons-collections | 3.0+ | Apache Commons Collections | Yes, if using DBCP |
| c3p0 | 0.9.0+ | C3P0 Connection Pooling | Yes, if using C3P0 |
| proxool | Proxool Connection Pooling | Yes, if using Proxool | |
| bonecp | 0.6.5 | BoneCP | Yes, if using BoneCP |
| SLF4J | 1.5.6 | SLF4J | Yes, if using BoneCP |
| Google Collections | 1.0 | Google Collections library | Yes, if using BoneCP |