From 1d92c5421803fcb3338054bde63b1d6725be608e Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 14 Jan 2010 12:05:59 +0000 Subject: update domain name to match the current way others are using it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899171 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/testing/HelloworldServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/distribution/tomcat/testing') diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/java/testing/HelloworldServlet.java b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/java/testing/HelloworldServlet.java index 012137e933..6124592a6d 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/java/testing/HelloworldServlet.java +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/java/testing/HelloworldServlet.java @@ -42,7 +42,7 @@ public class HelloworldServlet extends HttpServlet { try { String component = request.getParameter("component"); - HelloworldService service = SCAClientFactory.newInstance(URI.create("vm:default")).getService(HelloworldService.class, component); + HelloworldService service = SCAClientFactory.newInstance(URI.create("tuscany:default")).getService(HelloworldService.class, component); String name = request.getParameter("name"); String greeting = service.sayHello(name); -- cgit v1.2.3