summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/itest/jms-format
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-11 09:39:05 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-11 09:39:05 +0000
commit2602773c8acc38d126c0c402d72bea40fa868797 (patch)
tree8b92176712bba5f0a8a922c74c40bbcd75f567d2 /sca-java-1.x/trunk/itest/jms-format
parent506e07ab249ee9761abac02e1ca41167f0a4c13a (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@897816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/itest/jms-format')
-rw-r--r--sca-java-1.x/trunk/itest/jms-format/src/main/resources/jmstext/helloworld.composite10
1 files changed, 8 insertions, 2 deletions
diff --git a/sca-java-1.x/trunk/itest/jms-format/src/main/resources/jmstext/helloworld.composite b/sca-java-1.x/trunk/itest/jms-format/src/main/resources/jmstext/helloworld.composite
index 5b3e710a51..bad348e48b 100644
--- a/sca-java-1.x/trunk/itest/jms-format/src/main/resources/jmstext/helloworld.composite
+++ b/sca-java-1.x/trunk/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>