if (context != null) {
String configArea = context.getBundleContext().
getProperty(BootConstants.CONTEXT_AREA);
Path configPath = Path.parse(configArea);
configPath = configPath.resolve(location);
File config = new File(configPath.asPlatformSpecificString());
try {
is = new FileInputStream(config);
if (LOGGER.isInfoEnabled()) {