summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/itest
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/itest')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/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.6/itest/jms-format/src/main/resources/jmstext/helloworld.composite b/sca-java-1.x/branches/sca-java-1.6/itest/jms-format/src/main/resources/jmstext/helloworld.composite
index 5b3e710a51..bad348e48b 100644
--- a/sca-java-1.x/branches/sca-java-1.6/itest/jms-format/src/main/resources/jmstext/helloworld.composite
+++ b/sca-java-1.x/branches/sca-java-1.6/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>