file);
for (Data inputDatum : inputData) {
inputDatum.getMetadata().put(
DataProperty.SERVICE_REFERENCE, uniqueServiceReference);
dataManager.addData(inputDatum);
}
} catch (Throwable e) {
String format =
"An error occurred when loading your files.%n" +
"Please include the following when reporting this:%n%s";