Top "Bonecp" questions

Java Database connection pool (BoneCP vs DBPool vs c3p0)

For a Java app outside of a J2EE container, which connection pool library is the best? I heard c3…

java database connection-pooling c3p0 bonecp
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
Is "Tomcat 7 JDBC Connection Pool" good enough for production? And how is it compare to BoneCP?

Our site get roughly 1M pv/day, and we use Tomcat for sure. I couldn't find much information about jdbc-pool, …

java connection-pooling bonecp jdbc-pool hikaricp
Failed to instantiate SLF4J LoggerFactory

So, I'm working from this example BONECP: package javasampleapps; import java.sql.Connection; import java.sql.ResultSet; import java.sql.…

mysql jdbc slf4j bonecp
Java Connection Pooling best practices?

After getting fed up with c3p0's constant locking I'm turning to BoneCP for an alternative connection pool for …

java database multithreading connection-pooling bonecp
javax.ejb.CreateException: Could not create stateless EJB with glassfish and boneCP on intellij-idea

I recently began to use Glassfish and boneCP on intellij idea with a simple web app, but there's a bug …

jpa intellij-idea glassfish bonecp
Fast and reliable alternatives to bonecp connection pool

I was using BoneCP for my Java projects. But, unfortunately, I discovered that this pool is unable to recover after …

java jdbc connection-pooling bonecp
BoneCP correct usage

I've just started using BoneCP and pulled the sample JDBC code from the authors site. I have a function called …

java mysql jdbc connection-pooling bonecp
Heroku/Play/BoneCp connection issues

I have an app on heroku that uses play. It was working fine for the longest time, but somewhat recently …

java heroku playframework-2.0 entitymanager bonecp