summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:06:42 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:06:42 +0000
commitf860c2f35b2f94e379d2ff7d5c13f54cd4a3132a (patch)
tree5808b087a5eb9f5d251932d6828565f6c5d4ed9e /sca-java-1.x/branches/sca-java-0.90/samples/binding-echo
parent587877fcbd358e233f653e01c4b3ed3354203626 (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835119 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/README (renamed from branches/sca-java-0.90/samples/binding-echo-appl/README)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.png (renamed from branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.png)bin7846 -> 7846 bytes
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.svg (renamed from branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.svg)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/build.xml (renamed from branches/sca-java-0.90/samples/binding-echo-appl/build.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/pom.xml (renamed from branches/sca-java-0.90/samples/binding-echo-appl/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/Echo.java (renamed from branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/Echo.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/EchoComponentImpl.java (renamed from branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/EchoComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/client/EchoBindingClient.java (renamed from branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/client/EchoBindingClient.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/resources/EchoBinding.composite (renamed from branches/sca-java-0.90/samples/binding-echo-appl/src/main/resources/EchoBinding.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/test/java/echo/appl/EchoApplTestCase.java (renamed from branches/sca-java-0.90/samples/binding-echo-appl/src/test/java/echo/appl/EchoApplTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/README (renamed from branches/sca-java-0.90/samples/binding-echo/README)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/build.xml (renamed from branches/sca-java-0.90/samples/binding-echo/build.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/pom.xml (renamed from branches/sca-java-0.90/samples/binding-echo/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/DefaultEchoBindingFactory.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/DefaultEchoBindingFactory.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBinding.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBinding.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBindingFactory.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBindingFactory.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingImpl.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingProcessor.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingProcessor.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/module/EchoModuleActivator.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/module/EchoModuleActivator.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingInvoker.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingInvoker.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingProviderFactory.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingProviderFactory.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoReferenceBindingProvider.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoReferenceBindingProvider.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoServiceBindingProvider.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoServiceBindingProvider.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoServer.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoServer.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoService.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoService.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.ModuleActivator (renamed from branches/sca-java-0.90/samples/binding-echo/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.ModuleActivator)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/Echo.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/Echo.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoComponentImpl.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoComponentImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoReferenceTestCase.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoReferenceTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoServiceTestCase.java (renamed from branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoServiceTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/resources/EchoBinding.composite (renamed from branches/sca-java-0.90/samples/binding-echo/src/test/resources/EchoBinding.composite)0
31 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/README b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/README
index 59f6aef0ff..59f6aef0ff 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/README
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/README
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.png b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.png
index a38d985363..a38d985363 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.png
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.png
Binary files differ
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.svg b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.svg
index 5b5051bef5..5b5051bef5 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.svg
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/binding-echo.svg
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/build.xml b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/build.xml
index 3ae7dce9f6..3ae7dce9f6 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/build.xml
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/build.xml
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/pom.xml b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/pom.xml
index a4f6622d0e..a4f6622d0e 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/pom.xml
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/pom.xml
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/Echo.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/Echo.java
index b3c5580fd1..b3c5580fd1 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/Echo.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/Echo.java
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/EchoComponentImpl.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/EchoComponentImpl.java
index 25d53129eb..25d53129eb 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/EchoComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/appl/EchoComponentImpl.java
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/client/EchoBindingClient.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/client/EchoBindingClient.java
index 0666c282b4..0666c282b4 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/client/EchoBindingClient.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/java/echo/client/EchoBindingClient.java
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/src/main/resources/EchoBinding.composite b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/resources/EchoBinding.composite
index 211ad1d3fa..211ad1d3fa 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/src/main/resources/EchoBinding.composite
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/main/resources/EchoBinding.composite
diff --git a/branches/sca-java-0.90/samples/binding-echo-appl/src/test/java/echo/appl/EchoApplTestCase.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/test/java/echo/appl/EchoApplTestCase.java
index ae502e4ab6..ae502e4ab6 100644
--- a/branches/sca-java-0.90/samples/binding-echo-appl/src/test/java/echo/appl/EchoApplTestCase.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo-appl/src/test/java/echo/appl/EchoApplTestCase.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/README b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/README
index 0644344266..0644344266 100644
--- a/branches/sca-java-0.90/samples/binding-echo/README
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/README
diff --git a/branches/sca-java-0.90/samples/binding-echo/build.xml b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/build.xml
index b17fdc6bd5..b17fdc6bd5 100644
--- a/branches/sca-java-0.90/samples/binding-echo/build.xml
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/build.xml
diff --git a/branches/sca-java-0.90/samples/binding-echo/pom.xml b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/pom.xml
index 8ab5172bdb..8ab5172bdb 100644
--- a/branches/sca-java-0.90/samples/binding-echo/pom.xml
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/pom.xml
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/DefaultEchoBindingFactory.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/DefaultEchoBindingFactory.java
index b27b936302..b27b936302 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/DefaultEchoBindingFactory.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/DefaultEchoBindingFactory.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBinding.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBinding.java
index 446f720634..446f720634 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBinding.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBinding.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBindingFactory.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBindingFactory.java
index d893babb18..d893babb18 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBindingFactory.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/EchoBindingFactory.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingImpl.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingImpl.java
index ef1629d519..ef1629d519 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingImpl.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingImpl.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingProcessor.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingProcessor.java
index aba0b14d55..aba0b14d55 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingProcessor.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/impl/EchoBindingProcessor.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/module/EchoModuleActivator.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/module/EchoModuleActivator.java
index 268b903e54..268b903e54 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/module/EchoModuleActivator.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/module/EchoModuleActivator.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingInvoker.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingInvoker.java
index e3d52fa703..e3d52fa703 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingInvoker.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingInvoker.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingProviderFactory.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingProviderFactory.java
index 623cb0e16e..623cb0e16e 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingProviderFactory.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoBindingProviderFactory.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoReferenceBindingProvider.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoReferenceBindingProvider.java
index dd1a8f42f8..dd1a8f42f8 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoReferenceBindingProvider.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoReferenceBindingProvider.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoServiceBindingProvider.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoServiceBindingProvider.java
index 896e40df8d..896e40df8d 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoServiceBindingProvider.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/provider/EchoServiceBindingProvider.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoServer.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoServer.java
index e1c88c38f9..e1c88c38f9 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoServer.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoServer.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoService.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoService.java
index 79593b2b6c..79593b2b6c 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoService.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/java/echo/server/EchoService.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.ModuleActivator b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.ModuleActivator
index 13d0d6f570..13d0d6f570 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.ModuleActivator
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/main/resources/META-INF/services/org.apache.tuscany.sca.core.ModuleActivator
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/Echo.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/Echo.java
index 1d5e973f33..1d5e973f33 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/Echo.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/Echo.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoComponentImpl.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoComponentImpl.java
index ba68dfe908..ba68dfe908 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoComponentImpl.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoComponentImpl.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoReferenceTestCase.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoReferenceTestCase.java
index dc6a37c11f..dc6a37c11f 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoReferenceTestCase.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoReferenceTestCase.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoServiceTestCase.java b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoServiceTestCase.java
index fafc112d01..fafc112d01 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoServiceTestCase.java
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/java/echo/EchoServiceTestCase.java
diff --git a/branches/sca-java-0.90/samples/binding-echo/src/test/resources/EchoBinding.composite b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/resources/EchoBinding.composite
index 7a792343f9..7a792343f9 100644
--- a/branches/sca-java-0.90/samples/binding-echo/src/test/resources/EchoBinding.composite
+++ b/sca-java-1.x/branches/sca-java-0.90/samples/binding-echo/src/test/resources/EchoBinding.composite