InputStream in = ctx.getResourceAsStream(ResourceConfigReader.CONFIG_FILE);
config = ResourceConfigReader.getFactory().parse(in);
}
catch(Exception e) {
// LOG.error("Unable to parse resource config "+e.getMessage(), e);
throw new DriverConfigurationException(e);
}
}