summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-08-26 12:14:44 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-08-26 12:14:44 +0000
commit3eeb20cf2dfef7b800f54751578819099563a473 (patch)
treea03d44fde93a4316a7054dfa114d06b499fc849d /sca-java-2.x
parent66f2b9211470fafc206b486f51a009d093c08cb7 (diff)
Add service element defining the sca binidng (for the jsp) and ws and rmi binidngs, the aditional bindings need the name attribute to avoid an error but it seems a shame that can't have a default
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989634 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/contrib/samples/hema/src/main/webapp/WEB-INF/web.composite5
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/contrib/samples/hema/src/main/webapp/WEB-INF/web.composite b/sca-java-2.x/contrib/samples/hema/src/main/webapp/WEB-INF/web.composite
index 8976adde3c..2d7b9cf7a5 100644
--- a/sca-java-2.x/contrib/samples/hema/src/main/webapp/WEB-INF/web.composite
+++ b/sca-java-2.x/contrib/samples/hema/src/main/webapp/WEB-INF/web.composite
@@ -29,6 +29,11 @@
<component name="HelloworldComponent">
<implementation.java class="sample.HelloworldServiceImpl"/>
+ <service name="HelloworldService">
+ <binding.sca/>
+ <binding.ws name="ws"/>
+ <tuscany:binding.rmi name="rmi"/>
+ </service>
</component>
</composite>