Apache-commons-dbcp provides an efficient implementation of the Database Connection Pool under the Apache license.
Which JDBC connection pool library should I use for a new application project (not web application)? Apache DBCP has enough …
jdbc connection-pooling c3p0 apache-commons-dbcp bonecpI'm new to Spring, still learning. I'm using Spring Tool Suite version 3.5 with Java 6 on my Mac. I'm attempting to …
spring apache jar apache-commons-dbcpWe are using the org.apache.commons.dbcp.BasicDataSource as parent class for our datasources in Spring. Is it possible …
sql-server spring jdbc apache-commons-dbcpWhile configuring DBCP2 pool, and based on documentation I noticed that - there is a configuration called timeBetweenEvictionRunsMillis which is …
java connection-pooling apache-commons-dbcpIn a Spring Security, I defined a jdbc auth manager: <security:authentication-manager> <security:authentication-provider> <security:…
java jakarta-ee spring-security apache-commons-dbcpI'm using DBCP data source (with default configuration) in Spring configuration to manage my connections to the database, and I'm …
java spring tomcat deadlock apache-commons-dbcpI have a DBCP connection pool in Tomcat. The problem is that when the connection is lost briefly the appliction …
database tomcat jdbc db2 apache-commons-dbcpI have a terrible problem with Tomcat, well terrible because of this problem I've thrown away the project for more …
java tomcat apache-commons-dbcp jdbc-poolWe are getting a CommunicationsException (from DBCP) after iding for a while (a few hours). The error message (in the …
java mysql jdbc apache-commons-dbcpWhat is the difference between org.apache.commons.dbcp BasicDatasource and PoolingDataSoure? Do both support pooling of connections? When to …
java connection-pooling apache-commons-dbcp