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/11 10:46:47 UTC

svn commit: r889548 - in /tuscany/sca-java-2.x/trunk/itest/nodes: ./ helloworld-service-a/ helloworld-service-a/src/ helloworld-service-a/src/main/ helloworld-service-a/src/main/java/ helloworld-service-a/src/main/java/itest/ helloworld-service-a/src/m...

Author: slaws
Date: Fri Dec 11 09:46:45 2009
New Revision: 889548

URL: http://svn.apache.org/viewvc?rev=889548&view=rev
Log:
Start of a three node test to stress the operation of a distributed registry. Not in build.

Added:
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/pom.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/itest/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/itest/nodes/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/itest/nodes/HelloworldImpl.java   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/META-INF/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/META-INF/sca-contribution.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/pom.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/itest/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/itest/nodes/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/itest/nodes/HelloworldImpl.java   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/META-INF/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/META-INF/sca-contribution.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/service-b.composite   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/pom.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/itest/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/itest/nodes/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/itest/nodes/HelloworldImpl.java   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/META-INF/
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/META-INF/sca-contribution.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/service-c.composite   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/build.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/client.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/pom.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/server.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-a-config.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-b-config.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-c-config.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceA.java   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceB.java   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceC.java   (with props)
Modified:
    tuscany/sca-java-2.x/trunk/itest/nodes/pom.xml
    tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java
    tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/pom.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/pom.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-itest</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>itest-nodes-helloworld-service-a</artifactId>
+    <name>Apache Tuscany SCA iTest Nodes Helloworld Service A</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>itest-nodes-helloworld-iface</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-api</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+</project>

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/itest/nodes/HelloworldImpl.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/itest/nodes/HelloworldImpl.java?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/itest/nodes/HelloworldImpl.java (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/itest/nodes/HelloworldImpl.java Fri Dec 11 09:46:45 2009
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
+
+package itest.nodes;
+
+import org.oasisopen.sca.annotation.EagerInit;
+import org.oasisopen.sca.annotation.Init;
+import org.oasisopen.sca.annotation.Reference;
+import org.oasisopen.sca.annotation.Scope;
+
+@EagerInit
+@Scope("COMPOSITE")
+public class HelloworldImpl implements Helloworld {
+
+    @Reference
+    public Helloworld service;
+    
+    @Init
+    public void initialize() throws Exception{
+    	System.out.println(">>>>>> " + sayHello("init"));
+    }
+    
+    public String sayHello(String name) throws Exception {
+        return "Hi " + service.sayHello(name);
+    }
+
+}

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/itest/nodes/HelloworldImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/java/itest/nodes/HelloworldImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/META-INF/sca-contribution.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/META-INF/sca-contribution.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/META-INF/sca-contribution.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+              xmlns:itest="http://itest">
+   <deployable composite="itest:ServiceA"/>
+</contribution>
\ No newline at end of file

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite Fri Dec 11 09:46:45 2009
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+	targetNamespace="http://itest"
+	name="ServiceA">
+ 	      
+    <component name="ServiceA">
+       <implementation.java class="itest.nodes.HelloworldImpl"/>
+       <reference name="service" target="ServiceA"/>       
+    </component>   
+    
+</composite>

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/pom.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/pom.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-itest</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>itest-nodes-helloworld-service-b</artifactId>
+    <name>Apache Tuscany SCA iTest Nodes Helloworld Service B</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>itest-nodes-helloworld-iface</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-api</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-api</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+</project>

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/itest/nodes/HelloworldImpl.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/itest/nodes/HelloworldImpl.java?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/itest/nodes/HelloworldImpl.java (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/itest/nodes/HelloworldImpl.java Fri Dec 11 09:46:45 2009
@@ -0,0 +1,33 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
+
+package itest.nodes;
+
+import org.oasisopen.sca.annotation.Reference;
+
+public class HelloworldImpl implements Helloworld {
+
+    @Reference
+    protected Helloworld service;
+    
+    public String sayHello(String name) throws Exception {
+        return service.sayHello(name);
+    }
+
+}

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/itest/nodes/HelloworldImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/java/itest/nodes/HelloworldImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/META-INF/sca-contribution.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/META-INF/sca-contribution.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/META-INF/sca-contribution.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+              xmlns:itest="http://itest">
+   <deployable composite="itest:ServiceB"/>
+</contribution>
\ No newline at end of file

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/service-b.composite
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/service-b.composite?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/service-b.composite (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/service-b.composite Fri Dec 11 09:46:45 2009
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+	targetNamespace="http://itest"
+	name="ServiceB">
+ 	      
+    <component name="ServiceB">
+       <implementation.java class="itest.nodes.HelloworldImpl"/>
+       <reference name="service" target="ServiceC"/>
+    </component>   
+    
+</composite>

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/service-b.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/service-b.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-b/src/main/resources/service-b.composite
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/pom.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/pom.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-itest</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>itest-nodes-helloworld-Serivce-c</artifactId>
+    <name>Apache Tuscany SCA iTest Nodes Helloworld Service C</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>itest-nodes-helloworld-iface</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-api</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-api</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+</project>

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/itest/nodes/HelloworldImpl.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/itest/nodes/HelloworldImpl.java?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/itest/nodes/HelloworldImpl.java (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/itest/nodes/HelloworldImpl.java Fri Dec 11 09:46:45 2009
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
+
+package itest.nodes;
+
+public class HelloworldImpl implements Helloworld {
+
+    public String sayHello(String name) {
+        return "Hello " + name;
+    }
+
+}

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/itest/nodes/HelloworldImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/java/itest/nodes/HelloworldImpl.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/META-INF/sca-contribution.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/META-INF/sca-contribution.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/META-INF/sca-contribution.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+              xmlns:itest="http://itest">
+   <deployable composite="itest:ServiceC"/>
+</contribution>
\ No newline at end of file

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/META-INF/sca-contribution.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/service-c.composite
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/service-c.composite?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/service-c.composite (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/service-c.composite Fri Dec 11 09:46:45 2009
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+	targetNamespace="http://itest"
+	name="ServiceC">
+ 	      
+    <component name="ServiceC">
+       <implementation.java class="itest.nodes.HelloworldImpl"/>
+    </component>   
+    
+</composite>

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/service-c.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/service-c.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-c/src/main/resources/service-c.composite
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/pom.xml?rev=889548&r1=889547&r2=889548&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/pom.xml Fri Dec 11 09:46:45 2009
@@ -37,9 +37,13 @@
     <module>helloworld-iface</module>
     <module>helloworld-service</module>
     <module>helloworld-client</module>
+    <module>helloworld-service-a</module>
+    <module>helloworld-service-b</module>
+    <module>helloworld-service-c</module>
     <module>one-node-test</module>
     <module>two-nodes-test</module>
     <module>two-nodes-two-vms-test</module>
+    <module>three-nodes-three-vms-test</module>
   </modules>
 
 </project>

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/build.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/build.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/build.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,38 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+<project name="itest-samples" default="run">
+	
+    <target name="run"> 
+    	
+       <parallel failonany="true">
+
+            <daemons>
+               <ant antfile="server.xml"/>
+            </daemons>
+      	
+            <sequential>
+                <sleep seconds="4"/>
+                <ant antfile="client.xml"/>
+            </sequential>
+
+       </parallel>    	
+
+    </target>
+
+</project>

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/build.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/build.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/client.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/client.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/client.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/client.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,31 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project name="server" default="run">
+
+	<!--echo>${runtime_classpath}</echo-->
+
+	<target name="run">
+		<java classpath="${runtime_classpath};./target/test-classes" 
+			  classname="itest.Client" 
+			  fork="true"
+			  failonerror="true">
+		</java>		
+	</target>
+
+</project>
\ No newline at end of file

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/client.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/client.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/client.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/pom.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/pom.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-itest</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>itest-nodes-three-nodes-three-vms-test</artifactId>
+    <name>Apache Tuscany SCA iTest Nodes Three Nodes Three VMs Test</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-domain-node</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>    
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-endpoint-tribes</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>    
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>itest-nodes-helloworld-iface</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node-impl</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node-launcher</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-client-impl</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-sca-runtime-rmi</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>   
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-jetty</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>   
+                            
+    </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>run-samples</id>
+                        <phase>test</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks unless="maven.test.skip"> 
+                                <property name="tuscany.version" value="${version}" />
+                                <property name="runtime_classpath" refid="maven.runtime.classpath"/>
+                                <ant antfile="./build.xml" target="run"/>
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>    
+</project>

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/server.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/server.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/server.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/server.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,30 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project name="server" default="run">
+
+	<!--echo>${runtime_classpath}</echo-->
+
+	<target name="run">
+		<java classpath="${runtime_classpath}" classname="org.apache.tuscany.sca.node.launcher.NodeMain" fork="true">
+			<arg value="-node"/>
+			<arg value="./server-config.xml"/>
+		</java>
+	</target>
+
+</project>
\ No newline at end of file

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/server.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/server.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/server.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-a-config.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-a-config.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-a-config.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-a-config.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    *
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    *
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.
+-->
+<node xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+    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"
+    domainRegistry="tribes:default">
+
+    <!-- Configure the base URIs for a given binding -->
+    <!-- Each base URI is for a protocol supported by the binding -->
+    <binding name="sca:binding.sca" baseURIs="http://localhost:8081/sca https://localhost:8081/sca"/>
+    <binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
+
+    <!-- Configure a list of contributions -->
+    <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-SNAPSHOT.jar"/>
+    <contribution uri="client" location="../helloworld-service-a/target/itest-nodes-helloworld-service-a-2.0-SNAPSHOT.jar">
+        <!-- doesn't pick up the deployable composite properly without this?-->
+        <deploymentComposite location="service-a.composite"/>
+    </contribution>
+
+</node>
\ No newline at end of file

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-a-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-a-config.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-a-config.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-b-config.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-b-config.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-b-config.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-b-config.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    *
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    *
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.
+-->
+<node xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+    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"
+    domainRegistry="tribes:default">
+
+    <!-- Configure the base URIs for a given binding -->
+    <!-- Each base URI is for a protocol supported by the binding -->
+    <binding name="sca:binding.sca" baseURIs="http://localhost:8081/sca https://localhost:8081/sca"/>
+    <binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
+
+    <!-- Configure a list of contributions -->
+    <contribution uri="iface" location="../helloworld-iface/target/classes"/>
+    <contribution uri="service" location="../helloworld-service-b/target/classes">
+        <!-- doesn't pick up the deployable composite properly without this?-->
+        <deploymentComposite location="service-b.composite"/>
+    </contribution>
+
+</node>
\ No newline at end of file

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-b-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-b-config.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-b-config.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-c-config.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-c-config.xml?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-c-config.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-c-config.xml Fri Dec 11 09:46:45 2009
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    *
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    *
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.
+-->
+<node xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+    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"
+    domainRegistry="tribes:default">
+
+    <!-- Configure the base URIs for a given binding -->
+    <!-- Each base URI is for a protocol supported by the binding -->
+    <binding name="sca:binding.sca" baseURIs="http://localhost:8081/sca https://localhost:8081/sca"/>
+    <binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
+
+    <!-- Configure a list of contributions -->
+    <contribution uri="iface" location="../helloworld-iface/target/classes"/>
+    <contribution uri="service" location="../helloworld-service-c/target/classes">
+        <!-- doesn't pick up the deployable composite properly without this?-->
+        <deploymentComposite location="service-c.composite"/>
+    </contribution>
+
+</node>
\ No newline at end of file

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-c-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-c-config.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/service-c-config.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceA.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceA.java?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceA.java (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceA.java Fri Dec 11 09:46:45 2009
@@ -0,0 +1,65 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package itest;
+
+import java.io.File;
+
+import org.apache.tuscany.sca.node.Node;
+import org.apache.tuscany.sca.node.NodeFactory;
+import org.junit.AfterClass;
+import org.junit.BeforeClass;
+import org.junit.Test;
+
+
+public class ServiceA {
+
+    private static Node sericeNode;
+
+    @BeforeClass
+    public static void setUpBeforeClass() throws Exception {
+        NodeFactory factory = NodeFactory.newInstance();
+
+        sericeNode = factory.createNode(new File("service-a-config.xml").toURI().toURL());
+        
+        try {
+            sericeNode.start();
+        } catch (Exception ex){
+            ex.printStackTrace();
+            throw ex;
+        }
+    }
+
+    @Test
+    public void testNothing() throws Exception {
+
+    }
+
+    @AfterClass
+    public static void tearDownAfterClass() throws Exception {
+        if (sericeNode != null) {
+            sericeNode.stop();
+        }
+    }
+    
+    public static void main(String[] args) throws Exception {
+        ServiceA.setUpBeforeClass();
+        ServiceA.tearDownAfterClass();
+    }
+}

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceA.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceA.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceB.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceB.java?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceB.java (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceB.java Fri Dec 11 09:46:45 2009
@@ -0,0 +1,55 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package itest;
+
+import java.io.File;
+
+import org.apache.tuscany.sca.node.Node;
+import org.apache.tuscany.sca.node.NodeFactory;
+import org.junit.AfterClass;
+import org.junit.BeforeClass;
+import org.junit.Test;
+
+public class ServiceB {
+
+    private static Node serviceNode;
+
+    @BeforeClass
+    public static void setUpBeforeClass() throws Exception {
+        NodeFactory factory = NodeFactory.newInstance();
+
+        serviceNode = factory.createNode(new File("service-b-config.xml").toURI().toURL());
+        serviceNode.start();     
+    }
+
+    @Test
+    public void testNothing() throws Exception {
+        synchronized (this) {
+            this.wait();
+        }
+    }
+
+    @AfterClass
+    public static void tearDownAfterClass() throws Exception {
+        if (serviceNode != null) {
+            serviceNode.stop();
+        }
+    }   
+}

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceB.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceB.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceC.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceC.java?rev=889548&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceC.java (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceC.java Fri Dec 11 09:46:45 2009
@@ -0,0 +1,55 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package itest;
+
+import java.io.File;
+
+import org.apache.tuscany.sca.node.Node;
+import org.apache.tuscany.sca.node.NodeFactory;
+import org.junit.AfterClass;
+import org.junit.BeforeClass;
+import org.junit.Test;
+
+public class ServiceC {
+
+    private static Node serviceNode;
+
+    @BeforeClass
+    public static void setUpBeforeClass() throws Exception {
+        NodeFactory factory = NodeFactory.newInstance();
+
+        serviceNode = factory.createNode(new File("service-c-config.xml").toURI().toURL());
+        serviceNode.start();     
+    }
+
+    @Test
+    public void testNothing() throws Exception {
+        synchronized (this) {
+            this.wait();
+        }
+    }
+
+    @AfterClass
+    public static void tearDownAfterClass() throws Exception {
+        if (serviceNode != null) {
+            serviceNode.stop();
+        }
+    }   
+}

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceC.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/three-nodes-three-vms-test/src/test/java/itest/ServiceC.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java?rev=889548&r1=889547&r2=889548&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java Fri Dec 11 09:46:45 2009
@@ -28,9 +28,6 @@
 import org.junit.BeforeClass;
 import org.junit.Test;
 
-/**
- * This shows how to test the Calculator service component.
- */
 public class Client {
 
     private static Node clientNode;

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java?rev=889548&r1=889547&r2=889548&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java Fri Dec 11 09:46:45 2009
@@ -28,9 +28,6 @@
 import org.junit.BeforeClass;
 import org.junit.Test;
 
-/**
- * This shows how to test the Calculator service component.
- */
 public class Service {
 
     private static Node serviceNode;
@@ -59,10 +56,5 @@
         if (serviceNode != null) {
             serviceNode.stop();
         }
-    }
-    
-    public static void main(String[] args) throws Exception {
-        Service.setUpBeforeClass();
-        Service.tearDownAfterClass();
     }    
 }