getMbeanServer(), null);
_bootstrapProducerStatsCollectors = new StatsCollectors<BootstrapProducerStatsCollector>();
_applierThreads = new HashMap<String, DatabusThreadBase>();
BootstrapConn conn = new BootstrapConn();
final boolean autoCommit = false;
_dbDao = new BootstrapDBMetaDataDAO(conn,
bootstrapProducerStaticConfig.getBootstrapDBHostname(),
bootstrapProducerStaticConfig.getBootstrapDBUsername(),
bootstrapProducerStaticConfig.getBootstrapDBPassword(),
bootstrapProducerStaticConfig.getBootstrapDBName(), autoCommit);
_srcNameIdMap = new HashMap<String, Integer>();
conn.initBootstrapConn(autoCommit,
bootstrapProducerStaticConfig.getBootstrapDBUsername(),
bootstrapProducerStaticConfig.getBootstrapDBPassword(),
bootstrapProducerStaticConfig.getBootstrapDBHostname(),
bootstrapProducerStaticConfig.getBootstrapDBName());
if (!_dbDao.doesMinScnTableExist())