diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-08 13:17:23 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-08 13:17:23 +0000 |
commit | cd16d2dc01f7ccc4188a075d90f83d7f1c7c9250 (patch) | |
tree | de2b3c1cd681d46b7546161ea7d83be0db57bd23 /sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test | |
parent | 5ff3dd158e0a0b82383dde761f70c9af53e6ad6b (diff) |
Configure to run the tribes version of the registry
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888391 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test')
-rw-r--r-- | sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml | 3 | ||||
-rw-r--r-- | sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml index 1bda0ee4b7..a589d01ada 100644 --- a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml +++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml @@ -21,7 +21,8 @@ xmlns="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" uri="http://sample/nodes/TestNode1" - domain="http://domain1"> + domain="http://domain1" + domainRegistry="tribes:default"> <!-- Configure the base URIs for a given binding --> <!-- Each base URI is for a protocol supported by the binding --> diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml index 14a48f507a..17313a7a5d 100644 --- a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml +++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml @@ -21,7 +21,8 @@ xmlns="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" uri="http://sample/nodes/TestNode1" - domain="http://domain1"> + domain="http://domain1" + domainRegistry="tribes:default"> <!-- Configure the base URIs for a given binding --> <!-- Each base URI is for a protocol supported by the binding --> |