sharedRuntime = new RuntimeInstance();
// set null logger
sharedRuntime.addProperty(
RuntimeConstants.RUNTIME_LOG_LOGSYSTEM,
new NullLogSystem());
sharedRuntime.addProperty(
RuntimeConstants.RESOURCE_MANAGER_CLASS,
SQLTemplateResourceManager.class.getName());
sharedRuntime.addProperty("userdirective", BindDirective.class.getName());