}
@Test
public void invalidCompositeStartTest() throws NoSuchServiceException, NoSuchDomainException, ContributionReadException, ActivationException, ValidationException, XMLStreamException {
Node node = TuscanyRuntime.newInstance().createNode("invalidCompositeStartTest");
String curi = node.installContribution("src/test/resources/helloworld-invalidComposite.jar");
Assert.assertEquals(1, node.getInstalledContributionURIs().size());
Assert.assertEquals(0, node.getStartedCompositeURIs().size());
ContributionDescription cd = node.getInstalledContribution(curi);
Assert.assertEquals(1, cd.getDeployables().size());