javax.sql.DataSource.getConnection() locks system
- by Ryan Elkins
I'm using the Apache Commons DBCP library for connection pooling in a desktop application. I've done this before and never had a problem but the latest application has started sometimes locking up on the call to getConnection() on my DataSource. The application just hangs after that call.
I'm closing up my resources when I'm done with them. Is…