From a33e6969d0c5fd13b4801dfa34b645c931157069 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 14 Jan 2010 12:10:12 +0000 Subject: UPdate domain uri to match others git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899175 13f79535-47bb-0310-9956-ffa450edef68 --- .../tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp index 18f097e60a..c5c3114693 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp @@ -23,7 +23,7 @@ <%@ page import="java.net.URI" %> <% - HelloworldService service = SCAClientFactory.newInstance(URI.create("vm:default")).getService(HelloworldService.class, "HelloworldComponent"); + HelloworldService service = SCAClientFactory.newInstance(URI.create("tuscany:default")).getService(HelloworldService.class, "HelloworldComponent"); %> -- cgit v1.2.3