nodeB = nodeFactory.createSCANode("http://localhost:8200/nodeB", "http://localhost:9999");
nodeB.addContribution("nodeB", cl.getResource("nodeB/"));
nodeB.addToDomainLevelComposite(new QName("http://sample", "CalculatorB"));
// sca-deployables test
nodeC = nodeFactory.createSCANode("http://localhost:8300/nodeC", "http://localhost:9999");
nodeC.addContribution("nodeC", cl.getResource("nodeC/"));
nodeC.addToDomainLevelComposite(new QName("http://sample", "CalculatorC"));
nodeC.addToDomainLevelComposite(new QName("http://sample", "CalculatorC"));
// start the domain