// set doneMaterialization to true when materialization is done
coordJob.setDoneMaterialization();
}
updateList.add(coordJob);
jpaService.execute(new BulkUpdateDeleteJPAExecutor(updateList, deleteList, false));
return null;
}
catch (XException ex) {
throw new CommandException(ex);