ve.setProperty(RuntimeConstants.RUNTIME_LOG_LOGSYSTEM, this);
ve.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, sequence1);
ve.setProperty(RuntimeConstants.EVENTHANDLER_NULLSET, sequence1);
ve.setProperty(RuntimeConstants.EVENTHANDLER_REFERENCEINSERTION, sequence1);
ve.setProperty(RuntimeConstants.EVENTHANDLER_INCLUDE, sequence1);
ve.addProperty(RuntimeConstants.FILE_RESOURCE_LOADER_PATH, FILE_RESOURCE_LOADER_PATH);
ve.init();
VelocityEngine ve2 = new VelocityEngine();
ve2.setProperty(RuntimeConstants.RUNTIME_LOG_LOGSYSTEM, this);
ve2.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, sequence2);