freeConnections = new Vector(minCon, 1);
// allow a reasonable size for free connections
xidConnections = new Hashtable(minCon * 2, 0.5f);
// ...and same for used connections
log = new Logger(LogFactory.getLog("org.enhydra.jdbc.xapool"));
log.debug("StandardXADataSource is created");
}