summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast')
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml22
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml2
5 files changed, 16 insertions, 16 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml
index a5e4a0b7c3..c5261163c9 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml
@@ -30,8 +30,8 @@
<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-client/target/itest-nodes-helloworld-client-2.0-SNAPSHOT.jar">
+ <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-Beta2-SNAPSHOT.jar"/>
+ <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-Beta2-SNAPSHOT.jar">
<!-- doesn't pick up the deployable composite properly without this?-->
<deploymentComposite location="helloworld-client.composite"/>
</contribution>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml
index b7a0e63a48..3c71084a46 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml
@@ -30,7 +30,7 @@
<target name="run-cmdline">
- <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir/tuscany-sca-2.0-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
+ <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta2-SNAPSHOT.dir/tuscany-sca-2.0-Beta2-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
classname="itest.Client"
fork="true"
failonerror="true">
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
index 50ca875f98..d7d0276d0b 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-two-nodes-two-vms-hazelcast</artifactId>
@@ -32,52 +32,52 @@
<!--dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-node</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency-->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-sca-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml
index b85d1a7915..0638c4349d 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml
@@ -29,7 +29,7 @@
</target>
<target name="run-cmdline">
- <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir/tuscany-sca-2.0-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
+ <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta2-SNAPSHOT.dir/tuscany-sca-2.0-Beta2-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
classname="itest.SCAClient"
fork="true"
failonerror="true">
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml
index 98474d2cf4..106b546fa9 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml
@@ -32,7 +32,7 @@
</target>
<target name="run-cmdline">
- <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir/tuscany-sca-2.0-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
+ <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta2-SNAPSHOT.dir/tuscany-sca-2.0-Beta2-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
classname="itest.Service"
fork="true"
failonerror="true">