}
protected List<PropertySource> getPropertySources(Properties properties) {
List<PropertySource> propertySources = new ArrayList<PropertySource>();
propertySources.add(new ContextPathAwareSystemPropertySource(servletContext));
//property value sought first in system property
propertySources.add(new SystemPropertiesPropertySource());
//then in impala properties file