summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-21 04:03:09 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-21 04:03:09 +0000
commitaa2acb53dbb4420641e4fc354529849e5342439a (patch)
tree21b8ef61f7706d0c98ecb8924eabdad52c139b56
parentd45b99920d7e0f974c03a8bef7e6b45b0a4e0834 (diff)
Remove implementation resource component as it's not available in 2.x yet
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817149 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/modules/binding-http-runtime/src/test/resources/test.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/binding-http-runtime/src/test/resources/test.composite b/java/sca/modules/binding-http-runtime/src/test/resources/test.composite
index f8d5baebcf..1fb8fce37e 100644
--- a/java/sca/modules/binding-http-runtime/src/test/resources/test.composite
+++ b/java/sca/modules/binding-http-runtime/src/test/resources/test.composite
@@ -23,12 +23,12 @@
xmlns:sr="http://sample/test"
name="test">
- <component name="ResourceServiceComponent">
+ <!-- component name="ResourceServiceComponent">
<tuscany:implementation.resource location="content"/>
<service name="Resource">
<tuscany:binding.http uri="http://localhost:8085/webcontent"/>
</service>
- </component>
+ </component -->
<component name="HTTPServiceComponent">
<implementation.java class="org.apache.tuscany.sca.binding.http.TestServiceImpl"/>