throw new Exception("ReplicationAgent.init: the db pool is null");
Connection conn = pool.reserve();
try {
boolean doWarn = false;
boolean force = false;
dbSpecific.bootstrap(conn, doWarn, force);
}
catch (Exception ex) {
conn = SpecificDefault.removeFromPool(conn, SpecificDefault.ROLLBACK_YES, pool);
}
finally {