You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/12/08 14:17:23 UTC

svn commit: r888391 - in /tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test: client-config.xml server-config.xml

Author: slaws
Date: Tue Dec  8 13:17:23 2009
New Revision: 888391

URL: http://svn.apache.org/viewvc?rev=888391&view=rev
Log:
Configure to run the tribes version of the registry 

Modified:
    tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml
    tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml?rev=888391&r1=888390&r2=888391&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/client-config.xml Tue Dec  8 13:17:23 2009
@@ -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 -->

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml?rev=888391&r1=888390&r2=888391&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server-config.xml Tue Dec  8 13:17:23 2009
@@ -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 -->