diff options
Diffstat (limited to 'sca-java-2.x/trunk/itest/nodes')
-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 --> |