// SIMULATE THE EventObject on the queue
final File file = File.createTempFile("fm_", ".xml", tempDir);
FreeMarkerAction fma = new FreeMarkerAction(fmc);
fma.setTempDir(tempDir);
File outFile = SingleFileActionExecutor.execute(fma, file);
if(outFile == null)
throw new ActionException(fma, "No output events from freemarker Action");