summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/policy/interceptors/src/main/resources/helloworld.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-06-15 13:31:01 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-06-15 13:31:01 +0000
commit817f391d1d346d38df772c774862f17762564dd8 (patch)
tree061f18313bf6aa3720ec5028b1640dad3980015d /sca-java-2.x/trunk/testing/itest/policy/interceptors/src/main/resources/helloworld.composite
parent2612daddaf7657757ad960b440100241329df34d (diff)
Add intents to implementations. It shows that implementation policy is not being handled correctly.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/policy/interceptors/src/main/resources/helloworld.composite')
-rw-r--r--sca-java-2.x/trunk/testing/itest/policy/interceptors/src/main/resources/helloworld.composite3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/policy/interceptors/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/testing/itest/policy/interceptors/src/main/resources/helloworld.composite
index fa3d9ee701..79efac49c3 100644
--- a/sca-java-2.x/trunk/testing/itest/policy/interceptors/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/testing/itest/policy/interceptors/src/main/resources/helloworld.composite
@@ -31,7 +31,8 @@
</component>
<component name="HelloWorldService">
- <implementation.java class="helloworld.HelloWorldService"/>
+ <implementation.java class="helloworld.HelloWorldService"
+ requires="tuscany:testIntent"/>
<service name="HelloWorld" requires="tuscany:testIntent">
<binding.ws name="BindingWS"/>
</service>