components[QM_COMPONENT_IDX] = children[i].getFcInterface("query-manager");
} else if ("tpm".equals(name)) {
components[TPM_COMPONENT_IDX] = children[i].getFcInterface("transactional-persistence-manager");
}
}
Factory factory = FactoryFactory.getFactory(FactoryFactory.FRACTAL_BACKEND);
Map ctxt = new HashMap();
ctxt.put("template", "true");
pmT = (Component) factory.newComponent(pmTemplate, ctxt);
tT = (Component) factory.newComponent(txTemplate, ctxt);
}