jadConfig.addConfigurationBean(configuration);
jadConfig.setRepositories(Arrays.asList(
new InMemoryRepository(config),
new EnvironmentRepository(ENVIRONMENT_PREFIX),
new SystemPropertiesRepository(PROPERTIES_PREFIX),
new PropertiesRepository(options.getConfigFile())
));
LOG.debug("Loading configuration from config file: {}", options.getConfigFile());
try {