}
@Override
public void start(StartContext startContext) throws StartException {
environment = new DefaultEnvironment("WildFly Environment");
// Install gravia features to the repository
ModuleClassLoader classLoader = Module.getCallerModule().getClassLoader();
Iterator<Resource> itres = classLoader.iterateResources("META-INF/environment-content", false);
while(itres.hasNext()) {