HCopyTransOptions options =
new HCopyTransOptions(execution.getContextMismatchAction(),
execution.getDocumentMismatchAction(),
execution.getProjectMismatchAction());
CopyTransService copyTransService =
seam.autowire(CopyTransServiceImpl.class);
copyTransService.copyTransForIteration(projectIteration, options,
new CopyTransTaskHandle());
getEm().flush();
// Validate execution
HTextFlow targetTextFlow =