99100101102103104105106107108109
actionResult = result.getDeploymentActionResult(actionId); assertThat(actionResult.getResult(), is(Result.EXECUTED)); server.stop(); } @Test @Ignore public void deployWarIntoRunningServer() throws ServerStartException, IOException,
4849505152535455
String jBossHome = cm.getProperty("pax.exam.wildfly80.home"); StandaloneServer server = EmbeddedServerFactory.create(jBossHome, null, null, "org.jboss.logmanager", "org.jboss.logging", "org.slf4j"); server.start(); server.stop(); } }