}
private void initConfiguration(ComponentRepository repo) {
Map<String, Object> map = new LinkedHashMap<String, Object>();
UriEndPointDescriptionProviderFactoryBean factory = new UriEndPointDescriptionProviderFactoryBean();
factory.setLocal("/jax/htsSource/");
factory.setPort(getJettyPort());
map.put("historicalTimeSeriesSource", factory.getObjectCreating());
Map<String, Object> outer = new LinkedHashMap<String, Object>();
outer.put("0", map);
DataConfigurationResource resource = new DataConfigurationResource(getFudgeContext(), outer);