URL helloContribution_URL = new java.io.File(helloContribution_dir).toURL();
URL helloWorldContribution_one_URL = new java.io.File(helloWorldContribution_one_dir).toURL();
// Create a test embedded SCA domain
cl = getClass().getClassLoader();
domain = new EmbeddedSCADomain(cl, "http://localhost");
// Start the domain
domain.start();
// Contribute the SCA contribution