summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-10 09:11:35 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-10 09:11:35 +0000
commit9ec370cfd3e69162851a38c9abd248a02e8378eb (patch)
treebcca60b5aa6aa4f0093b49dd18a3fc9f7a786d77 /sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
parent01c85123402a1c9e7a0c777657fd46845c859d6d (diff)
TUSCANY-3707: Use a local copy of the Tuscany home page so tests work without an internet connection
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1006259 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite9
1 files changed, 9 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite b/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
index 61c8a70a9a..6d5742ac10 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
@@ -19,6 +19,7 @@
-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
name="StandardTypesService">
<!-- Clients to test the service -->
@@ -63,4 +64,12 @@
<binding.sca/>
</service>
</component>
+
+ <!-- Local cache of Tuscany home page -->
+ <component name="myWeb">
+ <tuscany:implementation.resource location="myContent"/>
+ <service name="Resource">
+ <tuscany:binding.http/>
+ </service>
+ </component>
</composite>