summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/itest/builder/src/main/resources/scenario9/scenario9.composite
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2008-07-24 12:23:19 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2008-07-24 12:23:19 +0000
commit6d463f91ecc078ddf5b674c76881182d1ebd991c (patch)
treecf4cbdcbb02b72ca77b4b4b09cd54d21ffc36a6c /branches/sca-java-1.3/itest/builder/src/main/resources/scenario9/scenario9.composite
parent6acbfc42b0acf5343b5d5098ae74c14f9cf32683 (diff)
Renumber scenarios and update CompositeBuilderImplNonWiring
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3/itest/builder/src/main/resources/scenario9/scenario9.composite4
1 files changed, 3 insertions, 1 deletions
diff --git a/branches/sca-java-1.3/itest/builder/src/main/resources/scenario9/scenario9.composite b/branches/sca-java-1.3/itest/builder/src/main/resources/scenario9/scenario9.composite
index dae3b3deb6..83584ed482 100644
--- a/branches/sca-java-1.3/itest/builder/src/main/resources/scenario9/scenario9.composite
+++ b/branches/sca-java-1.3/itest/builder/src/main/resources/scenario9/scenario9.composite
@@ -27,9 +27,11 @@
</service>
<reference name="reference1" promote="ComponentB/reference2">
<!-- bindings and/or interfaces may or may not be specified explicitly here -->
+ <binding.ws uri="http://foo.com/bar"/>
</reference>
<reference name="reference1a" promote="ComponentB/reference2a">
<!-- bindings and/or interfaces may or may not be specified explicitly here -->
+ <binding.ws uri="http://foo.com/bar"/>
</reference>
<component name="ComponentB">
@@ -43,7 +45,7 @@
<reference name="reference2">
<!-- bindings and/or interfaces may or may not be specified explicitly here -->
</reference>
- <reference name="reference2a" target="ComponentF">
+ <reference name="reference2a">
<!-- bindings and/or interfaces may or may not be specified explicitly here -->
</reference>
</component>