} finally {
try {
Util.close(exactMatchStmt);
Util.close(commonNameStmt);
lookupConn.setReadOnly(isReadOnly);
connectionPool.releaseConnection(lookupConn);
} catch (SQLException e) {
LOGGER.logp(Level.WARNING, CLASS_NAME, METHOD,
"Failure releasing connection", e);
}
LOGGER.exiting(CLASS_NAME, METHOD);