summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.5.2/itest/jms-format/src/main/resources/jmstext/helloworld.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-11 09:32:43 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-11 09:32:43 +0000
commit506e07ab249ee9761abac02e1ca41167f0a4c13a (patch)
tree494d84a2c50dc1beb36f162f84914639ad6bff83 /sca-java-1.x/branches/sca-java-1.5.2/itest/jms-format/src/main/resources/jmstext/helloworld.composite
parent69ce05a59ac284834dcad79d720c1c8ce60bd239 (diff)
TUSCANY-3418 add missing equals operator to JMS wire formats so that interceptors are not injected twice.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.5.2/itest/jms-format/src/main/resources/jmstext/helloworld.composite10
1 files changed, 8 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.5.2/itest/jms-format/src/main/resources/jmstext/helloworld.composite b/sca-java-1.x/branches/sca-java-1.5.2/itest/jms-format/src/main/resources/jmstext/helloworld.composite
index 5b3e710a51..bad348e48b 100644
--- a/sca-java-1.x/branches/sca-java-1.5.2/itest/jms-format/src/main/resources/jmstext/helloworld.composite
+++ b/sca-java-1.x/branches/sca-java-1.5.2/itest/jms-format/src/main/resources/jmstext/helloworld.composite
@@ -28,7 +28,10 @@
<reference name="helloWorldService1" >
<binding.jms>
<destination name="HelloWorldService1"/>
- <tuscany:wireFormat.jmsText/>
+ <response>
+ <tuscany:wireFormat.jmsdefault sendFormat="text"/>
+ </response>
+ <tuscany:wireFormat.jmsdefault sendFormat="text"/>
</binding.jms>
</reference>
</component>
@@ -38,7 +41,10 @@
<service name="HelloWorldService">
<binding.jms>
<destination name="HelloWorldService1"/>
- <tuscany:wireFormat.jmsText/>
+ <response>
+ <tuscany:wireFormat.jmsdefault sendFormat="text"/>
+ </response>
+ <tuscany:wireFormat.jmsdefault sendFormat="text"/>
</binding.jms>
</service>
</component>