Properties props = getStandardProperties();
String listName = props.getProperty("LIST_NAME");
XMLResources[] xmlResources = new XMLResources[names.length];
for (int index = 0; index < names.length; index++) {
xmlResources[index] = new XMLResources();
xmlResources[index].init(xmlFile, names[index], listName, props);
}
return xmlResources;
} catch (Exception e) {
log(e.getMessage(), e);