summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 07:46:36 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 07:46:36 +0000
commit41e952751cd44e16b78d5083e1cc543ef22a47b5 (patch)
tree809e34e19d9d0efdb06b90097f59abe401fea9f6 /java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
parent23297fa3b1f66d74325c8352cb8f5aae599a3090 (diff)
Change to work with the embedded webapp runtime and new implementation.web, and change the service name to make the scdl more obvious
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite')
-rw-r--r--java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite b/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
index b863c16fab..23fd33a408 100644
--- a/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
+++ b/java/sca/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
@@ -23,10 +23,10 @@
<component name="WebClient">
<implementation.web web-uri=""/>
- <reference name="helloworldService" target="helloworldService"/>
+ <reference name="service" target="HelloworldService"/>
</component>
- <component name="helloworldService">
+ <component name="HelloworldService">
<implementation.java class="sample.HelloworldServiceImpl"/>
</component>