Changes between Version 5 and Version 6 of DatabaseConnectionsForThreadsAndNewPool
- Timestamp:
- 01/31/11 23:18:04 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseConnectionsForThreadsAndNewPool
v5 v6 59 59 === Backwards Compatibility Issues === 60 60 61 New Database connection pool (ApacheDBCP.java) can be configured in config.xml, old database pool remains if someone wants to continue to use that ( DbmsPool.java).61 New Database connection pool (ApacheDBCP.java) can be configured in config.xml, old database pool remains if someone wants to continue to use that (!DbmsPool.java). 62 62 63 63 === New libraries added === 64 64 65 commons-dbcp - version 1.366 commons-pool - version 1.5.565 * commons-dbcp - version 1.3 66 * commons-pool - version 1.5.5 67 67 68 68 == Risks ==