}
public static RuntimeServices newRuntime() {
try {
RuntimeInstance runtime = new RuntimeInstance();
runtime.setProperty(RuntimeConstants.RUNTIME_LOG_LOGSYSTEM, new SLF4JLogChute());
runtime.setProperty(RuntimeConstants.RUNTIME_REFERENCES_STRICT, true);
runtime.init();
return runtime;
} catch (Exception e) {
throw new NotifyRuntimeException("failed to init velocity runtime", e);