@Test
public void startDistributedTest() throws NoSuchServiceException, NoSuchDomainException, ContributionReadException, ActivationException, ValidationException, InterruptedException {
TuscanyRuntime runtime = TuscanyRuntime.newInstance();
try {
Node node = runtime.createNode("uri:ImportTestCase");
Node node2 = runtime.createNode("uri:ImportTestCase");
node.installContribution("src/test/resources/sample-helloworld.jar");
Assert.assertEquals(1, node.getInstalledContributionURIs().size());
Assert.assertEquals(1, node2.getInstalledContributionURIs().size());