RuleServerConfigurationFactory.create(config, new AXIOMXPathFactory());
RuleServerManager ruleServerManager = new RuleServerManager();
ruleServerManager.init(ruleServerConfiguration);
if (!ruleServerManager.isInitialized()) {
throw new LoggedRuntimeException("Rule engine cannot be initiated with the given " +
"config : " + config, log);
}
ruleEngineMangerRegistration = componentContext.getBundleContext().registerService(
RuleServerManagerService.class.getName(),