163164165166167168169170171172173
{ try { if (!started && embeddedJBossAvailable()) { new EmbeddedBootstrap().startAndDeployResources(); } started = true; } catch (Exception exception) {