+ "in global transaction config '" + tx + "'.");
}
Properties props = new Properties();
for (int i = 0; i < manager.getParamCount(); i++) {
Param param = manager.getParam(i);
props.put(param.getName(), param.getValue());
}
return JDOConfFactory.createGlobalTransactionDemarcation(name, props);
} else {
throw new CPAConfigException("Neither local nor global mode specified "