if(customPostBPMNParseListeners==null) {
customPostBPMNParseListeners = new ArrayList<BpmnParseListener>();
configurationImpl.setCustomPostBPMNParseListeners(customPostBPMNParseListeners);
}
customPostBPMNParseListeners.add(new FoxFailedJobParseListener());
configurationImpl.setFailedJobCommandFactory(new FoxFailedJobCommandFactory());
}