There is a return statement in each JDBC method that is wrapped in a try block. The connection only gets closed in the finally block. Do a check to make sure the connections get closed.
Log in to post a comment.