summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-09 10:09:49 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-09 10:09:49 +0000
commit931c6dc200e7422239a0d4f00c6af46c0bace3eb (patch)
treee7ffaa968156d33ed01da50d5e2ca020fdc5c97f /sca-java-2.x
parenta1cfed9bbfa97bdc067585f374acd058a4ceb20e (diff)
Update to use NodeFactory.getInstance() instead of newInstance to see if that fixes the port conflict some are seeing
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043881 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/testing/itest/scabindingmapper/src/test/java/itest/helloworld/UnknownEndpointTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/scabindingmapper/src/test/java/itest/helloworld/UnknownEndpointTestCase.java b/sca-java-2.x/trunk/testing/itest/scabindingmapper/src/test/java/itest/helloworld/UnknownEndpointTestCase.java
index d6c56d6dc3..f35a71b30e 100644
--- a/sca-java-2.x/trunk/testing/itest/scabindingmapper/src/test/java/itest/helloworld/UnknownEndpointTestCase.java
+++ b/sca-java-2.x/trunk/testing/itest/scabindingmapper/src/test/java/itest/helloworld/UnknownEndpointTestCase.java
@@ -37,9 +37,9 @@ public class UnknownEndpointTestCase {
@Test
public void testUnknownEndpoints() throws IOException, InterruptedException {
- servicesnode = NodeFactory.newInstance().createNode("services.composite", new String[]{"target/test-classes"}) ;
+ servicesnode = NodeFactory.getInstance().createNode("services.composite", new String[]{"target/test-classes"}) ;
servicesnode.start();
- node = NodeFactory.newInstance().createNode("clients.composite", new String[]{"target/test-classes"}) ;
+ node = NodeFactory.getInstance().createNode("clients.composite", new String[]{"target/test-classes"}) ;
node.start();
// test the service invocations work