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:
parent
26a2e18d46
commit
ce9c5fc6b9
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue