getLogger().log(Level.INFO, "HADBConfigMBean.setAutoHadb() called with cluster = " +
clusterName + ", new autohadb = " + newAutoHadb);
info = new HADBInfo(null, null, null, null,
clusterName, getLogger(), getConfigContext(), getMBeanServer());
info.setup();
HADBResourceManager hrm = new HADBResourceManager(info);
hrm.setAutoHadb(newAutoHadb);
}
catch(HADBSetupException hse)
{
throw hse;
}