// create the configuration manager
if (!file.exists()) {
throw new TaskConfigurationException(
"File not found: " + file.getAbsolutePath());
}
final TaskConfigurationManager configuration = new TaskConfigurationManager(file);
this.load(configuration.getServices());
}