Top "Apache-commons-dbcp" questions

Apache-commons-dbcp provides an efficient implementation of the Database Connection Pool under the Apache license.

Java JDBC connection pool library choice in 2011/2012?

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 bonecp
NoClassDefFoundError: org/apache/commons/pool/KeyedObjectPoolFactory BasicDataSource Spring

I'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-dbcp
How to specify schema for SQL Server in JDBC Spring configuration

We 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-dbcp
DBCP2 - When are Idle connections removed from the Pool

While configuring DBCP2 pool, and based on documentation I noticed that - there is a configuration called timeBetweenEvictionRunsMillis which is …

java connection-pooling apache-commons-dbcp
jdbc spring security, apache commons dbcp

In a Spring Security, I defined a jdbc auth manager: <security:authentication-manager> <security:authentication-provider> <security:…

java jakarta-ee spring-security apache-commons-dbcp
Deadlock issue in DBCP deployed on Tomcat

I'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-dbcp
Auto Reconnect of Database Connection

I 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-dbcp
Tomcat error: java.sql.SQLException: No suitable driver found for jdbc:sqlserver://

I 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-pool
Tomcat Configuration using DBCP

We are getting a CommunicationsException (from DBCP) after iding for a while (a few hours). The error message (in the …

java mysql jdbc apache-commons-dbcp
Difference between BasicDatasource and PoolingDatasource

What 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