summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/samples/databinding-echo
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2008-07-21 17:37:59 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2008-07-21 17:37:59 +0000
commitcad71ff83bb8c7a98315094151b3bff64830d4a7 (patch)
tree64f9098fe95c58f4d59aa8fdd8bceaeeb598afcf /branches/sca-java-1.3/samples/databinding-echo
parentbaf3fd3cf072b0acf1267858703e4f499ece8bf4 (diff)
Fix TUSCANY-2486 and TUSCANY-2324
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/samples/databinding-echo')
-rw-r--r--branches/sca-java-1.3/samples/databinding-echo/src/main/resources/EchoDataBinding.composite8
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.3/samples/databinding-echo/src/main/resources/EchoDataBinding.composite b/branches/sca-java-1.3/samples/databinding-echo/src/main/resources/EchoDataBinding.composite
index 2f042b8e34..56857fc4d5 100644
--- a/branches/sca-java-1.3/samples/databinding-echo/src/main/resources/EchoDataBinding.composite
+++ b/branches/sca-java-1.3/samples/databinding-echo/src/main/resources/EchoDataBinding.composite
@@ -38,13 +38,13 @@
</component>
<reference name="EchoReference" promote="ComponentB/echoReference">
- <!--
- <interface.java interface="dbecho.Echo"/>
- -->
+ <interface.java interface="dbecho.Echo"/>
+ <!-- Replaced interface.wsdl by interface.java because TUSCANY-2324 fix uses the interface specified here
<interface.wsdl interface="http://example.com/echo.wsdl#wsdl.interface(EchoPortType)"
wsdli:wsdlLocation="http://example.com/echo.wsdl wsdl/echo.wsdl">
<db:databinding xmlns:db="http://tuscany.apache.org/xmlns/sca/databinding/1.0" name="org.apache.axiom.om.OMElement" />
</interface.wsdl>
+ -->
<e:binding.echo/>
</reference>
@@ -55,4 +55,4 @@
</foo>
</property>
-</composite>
+</composite> \ No newline at end of file