summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-11 03:06:38 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-11 03:06:38 +0000
commitb20f767a7bd492a845d920891830829263742cb5 (patch)
tree988a3ff9d6cbed9c0003ca91afd37eb8f73bf1ed /sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast
parentc159c788cc6fed8f4214b8fd00b016ba4d543e51 (diff)
Remove some default binding system properties now that the runtime can work this out
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast')
-rw-r--r--sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java b/sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java
index e8a62eef99..888b4df156 100644
--- a/sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java
+++ b/sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java
@@ -43,8 +43,6 @@ public class TwoRemoteNodesTestCase{
@BeforeClass
public static void setUpBeforeClass() throws Exception {
- System.setProperty("org.apache.tuscany.sca.binding.sca.provider.SCABindingMapper.mappedBinding", RMIBinding.TYPE.toString());
-
serviceNode = NodeFactory.newInstance().createNode(URI.create("tuscany:TwoRemoteNodesTestCase"), "../helloworld-service/target/classes");
serviceNode.start();
@@ -81,6 +79,5 @@ public class TwoRemoteNodesTestCase{
if (clientNode != null) {
clientNode.stop();
}
- System.clearProperty("org.apache.tuscany.sca.binding.sca.provider.SCABindingMapper.mappedBinding");
}
}