execution.setStatus(ReportExecStatus.STARTED);
execution.setStartDate(new Date());
execution.setReport(report);
execution = reportExecDAO.save(execution);
report.addExec(execution);
report = reportDAO.save(report);
// 2. define a SAX handler for generating result as XML
TransformerHandler handler;