Author: antelder
Date: Thu Jan 14 12:10:12 2010
New Revision: 899175

URL: http://svn.apache.org/viewvc?rev=899175&view=rev
Log:
UPdate domain uri to match others

Modified:
    
tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp

Modified: 
tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp?rev=899175&r1=899174&r2=899175&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp
 (original)
+++ 
tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/hello.jsp
 Thu Jan 14 12:10:12 2010
@@ -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"); 
 %>
 
 <html>


Reply via email to