properties.load(Thread.currentThread().getContextClassLoader()
.getResourceAsStream(propertyFilename));
}
catch (IOException e)
{
throw new PersistenceExtensionInitializationException("Unable to load Arquillian properties in container.", e);
}
loadFrom(properties);
}