public void missing_directory_config() throws Exception {
Map<String, String> conf = new HashMap<String, String>();
ServiceProfile<ExecutionLockProvider> profile = new ServiceProfile<ExecutionLockProvider>(
"testing", BasicLockProvider.class, conf, ProfileContext.system(getClass().getClassLoader()));
ExecutionLockProvider instance = profile.newInstance();
instance.newInstance("batch");
}
/**
* Missing directory config.
* @throws Exception if failed