protected void setUp() throws Exception {
OSGiTestUtil.setUpOSGiTestRuntime();
scaDomain = new EmbeddedSCADomain(this.getClass().getClassLoader(), "http://localhost");
scaDomain.start();
ContributionService contributionService = scaDomain.getContributionService();
URL serviceURL = new File("./target/classes/sdo/ds/HelloWorldService.jar").toURI().toURL();
URL clientURL = new File("./target/classes/sdo/ds/HelloWorldClient.jar").toURI().toURL();