joranInterpreter = new Interpreter(rs);
joranInterpreter.setLoggerRepository(repository);
// The following line adds the capability to parse nested components
joranInterpreter.addImplicitAction(new NestComponentIA());
ExecutionContext ec = joranInterpreter.getExecutionContext();
Map omap = ec.getObjectMap();
omap.put(ActionConst.APPENDER_BAG, new HashMap());
omap.put(ActionConst.FILTER_CHAIN_BAG, new HashMap());