Fix contribution names

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2009-11-05 21:04:35 +00:00
parent 26a2e18d46
commit ce9c5fc6b9

View file

@ -33,13 +33,13 @@ public class InteractionLauncher {
locate("currency"),
locate("calendar"),
locate("shoppingcart"),
locate("client"));
locate("interaction-client"));
SCANode node2 = SCANodeFactory.newInstance().createSCANode("service.composite",
locate("common"),
locate("hotel"),
locate("flight"),
locate("remoteService"));
locate("interaction-service-remote"));
node2.start();
node1.start();