protected void init() {
List<String> locations = getBootstrapContextLocations();
ContextStarter contextStarter = getContextStarter();
ApplicationContext applicationContext = contextStarter.startContext(locations);
this.facade = ObjectUtils.cast(applicationContext.getBean("moduleManagementFacade"),
ModuleManagementFacade.class);
this.applicationManager = facade.getApplicationManager();
}