summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/jms/format-jmstextxmlinjmsobjectout/src/main
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-18 01:34:48 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-18 01:34:48 +0000
commitaf20e6ff8dec7a28733a2ef8b4abad3249264f7a (patch)
treee9a6c3afda539cd56b342d5f8d3a68ba72b1e14b /sca-java-2.x/trunk/itest/jms/format-jmstextxmlinjmsobjectout/src/main
parentb021ad101dc825ca28a4e26146d82fe222947793 (diff)
TUSCANY-3453 - Updating JMS tests composites to comply with 'sequence' restrictions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/jms/format-jmstextxmlinjmsobjectout/src/main')
-rw-r--r--sca-java-2.x/trunk/itest/jms/format-jmstextxmlinjmsobjectout/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/jms/format-jmstextxmlinjmsobjectout/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite b/sca-java-2.x/trunk/itest/jms/format-jmstextxmlinjmsobjectout/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite
index 9556ac47b1..79dd18b027 100644
--- a/sca-java-2.x/trunk/itest/jms/format-jmstextxmlinjmsobjectout/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite
+++ b/sca-java-2.x/trunk/itest/jms/format-jmstextxmlinjmsobjectout/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite
@@ -27,11 +27,11 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmstextxmlinjmsobjectout.helloworld.HelloWorldReferenceImpl" />
<reference name="helloWorldService1" >
<binding.jms>
+ <tuscany:wireFormat.jmsTextXML/>
<destination jndiName="HelloWorldService1"/>
<response>
<tuscany:wireFormat.jmsObject/>
</response>
- <tuscany:wireFormat.jmsTextXML/>
</binding.jms>
</reference>
</component>
@@ -40,11 +40,11 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmstextxmlinjmsobjectout.helloworld.HelloWorldServiceImpl" />
<service name="HelloWorldService">
<binding.jms>
+ <tuscany:wireFormat.jmsTextXML/>
<destination jndiName="HelloWorldService1"/>
<response>
<tuscany:wireFormat.jmsObject/>
</response>
- <tuscany:wireFormat.jmsTextXML/>
</binding.jms>
</service>
</component>