AbstractBeanDefinition.AUTOWIRE_BY_TYPE, false);
autowired.setConf(reportletConf);
// invoke reportlet
try {
autowired.extract(handler);
} catch (Exception e) {
execution.setStatus(ReportExecStatus.FAILURE);
Throwable t = e instanceof ReportException
? e.getCause()