summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/policy/interceptors/src/main/resources/helloworld.composite
diff options
context:
space:
mode:
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>