Using "apache-tomee-plus-1.7.2" The datasource I get in my code (via jndi lookup is): org.apache.openejb.resource.jdbc.dbcp.BasicManagedDataSource
It extends: org.apache.commons.dbcp.managed.BasicManagedDataSource which extends: org.apache.commons.dbcp.BasicDataSource This last two come from: commons-dbcp-1.4.jar while org.apache.openejb.resource.jdbc.dbcp.BasicManagedDataSource comes from openejb-core-4.7.2.jar. Both jars are embedded in tomee-plus 1.7.2 So I guess that the "known issue" section of the page you sent me does not apply. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/org-apache-openejb-resource-jdbc-dbcp-BasicManagedDataSource-allocating-more-than-MaxActive-connectis-tp4676508p4676512.html Sent from the TomEE Users mailing list archive at Nabble.com.
