variables = System.getProperties();
}
featuresService = bundleContext.getService(bundleContext.getServiceReference(FeaturesService.class));
injector = Guice.createInjector(new WireModule(new NexusServletModule(servletContext, variables)));
log.debug("Injector: {}", injector);
super.contextInitialized(event);
extender.doStart(); // start tracking nexus bundles