}
protected void setUp(String contributionJarName) throws Exception {
scaDomain = new EmbeddedSCADomain(EmbeddedSCADomain.class.getClassLoader(), "http://localhost");
scaDomain.start();
ContributionService contributionService = scaDomain.getContributionService();
String folderName = "../test-bundles/target/";
String supplychainJarName = contributionJarName;
URL supplyChainURL = new File(folderName + supplychainJarName).toURI().toURL();