} catch (IOException ioe) {
LOG.log(Level.SEVERE, "Unable to open source file", ioe);
}
String message = "This issue was reported manually by " + principal.getName() +".\n";
message += "It already has " + report.getDuplicates(em) + " duplicates \n";
new IZInsertion(last, token, principal.getName(), message).startForceInsert(em);
}
return TransactionResult.COMMIT;
}
});
if (errors.isEmpty()) {