285286287288289290291292
* @see org.jboss.arquillian.core.spi.Manager#start() */ @Override public void start() { fire(new ManagerStarted()); getContext(ApplicationContext.class).activate(); }
8687888990919293949596
this.contexts.addAll(createdContexts); this.extensions.addAll(createdExtensions); addContextsToApplicationScope(); fire(new ManagerStarted()); } catch (Exception e) { throw new RuntimeException("Could not create and startup manager", e); }