Assert.assertEquals("sample-helloworld/include.composite", xs.get(0));
}
@Test
public void implCompositeTest() throws NoSuchServiceException, NoSuchDomainException, ContributionReadException, ActivationException, ValidationException, XMLStreamException, FileNotFoundException {
Node node = TuscanyRuntime.newInstance().createNode("localTest");
String curi = node.installContribution("src/test/resources/sample-helloworld.jar");
String compositeURI = node.addDeploymentComposite(curi, new FileReader("src/test/resources/compositeImpl.composite"));
node.startComposite(curi, compositeURI);
List<String> xs = ((NodeImpl)node).updateUsingComposites(curi, "helloworld.composite");