use of org.wildfly.swarm.topology.jgroups.JGroupsTopologyFraction in project wildfly-swarm by wildfly-swarm.
the class TopologyWebAppArquillianTest method newContainer.
@CreateSwarm
public static Swarm newContainer() throws Exception {
TopologyWebAppFraction topology = new TopologyWebAppFraction();
topology.proxyService("myService", "/my-proxy");
return new Swarm().fraction(topology).fraction(new JGroupsTopologyFraction());
}
Aggregations