}
//sendNotification( new Notification(NOTIF_OPENCONNECTION, NOTIF_OPENCONNECTION,
// notificationSequence++, connection.toString()) );
try {
ConnectionWrapper connection = pool.prepareConnection();
timer.stop("ConnectionPool: getConnection");
// hopefully the common case, we're done!
return connection;
} catch (IndexOutOfBoundsException e) {}
synchronized (pool) {
boolean timeToCreate = false;