try {
reqContainer.setAttribute("scheduledExecution", "true");
internalEngine.execute(reqContainer, biObject, resp);
} catch (EMFUserError e) {
logger.error("Error during engine execution", e);
errorHandler.addError(e);
} catch (Exception e) {
logger.error("Error while engine execution", e);
errorHandler.addError(new EMFUserError(EMFErrorSeverity.ERROR,
100));
}