use of org.jboss.jbossts.star.service.TMApplication in project narayana by jbosstm.
the class BaseTest method startUndertow.
protected static void startUndertow(Class<?>... classes) throws Exception {
undertow = new UndertowJaxrsServer();
undertow.start(Undertow.builder().addHttpListener(PORT, "localhost"));
// , SURL + "tx/");
undertow.deploy(new TMApplication(classes));
System.out.printf("server is ready:");
}
Aggregations