configs = new String[] { configs[0], customConfig.toExternalForm() };
}
log.debug("Using spring configuration:" + Arrays.asList(configs));
ctx.setConfigLocations(configs);
ctx.refresh();
new YApplicationContext(ctx);
} catch (MalformedURLException e) {
e.printStackTrace();
}
}