PropertyConfigurator config = new PropertyConfigurator();
// config.configure(tree, "META-INF/replSync-service.xml"); // read in generic replAsync xml
config.configure(tree, "META-INF/local-service.xml"); // read in generic replAsync xml
tree.setClusterName(name);
tree.createService();
tree.startService();
return tree;
}
protected void initSimplifiedPm() {
pm_ = new PropagationManagerImpl();