names.add(propertySource.getName());
}
PropertiesComponent properties = new PropertiesComponent(
names.toArray(new String[names.size()]));
properties.setPropertiesResolver(new PropertiesResolver() {
@Override
public Properties resolveProperties(final CamelContext context,
final boolean ignoreMissingLocation,
final String... names) throws Exception {
Properties properties = new Properties();