summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/jms/format-jmstextxml/src
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-jmstextxml/src
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-jmstextxml/src')
-rw-r--r--sca-java-2.x/trunk/itest/jms/format-jmstextxml/src/main/resources/jmstextxml/helloworld.composite12
1 files changed, 6 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/itest/jms/format-jmstextxml/src/main/resources/jmstextxml/helloworld.composite b/sca-java-2.x/trunk/itest/jms/format-jmstextxml/src/main/resources/jmstextxml/helloworld.composite
index 8f43ef7e59..c15d99550e 100644
--- a/sca-java-2.x/trunk/itest/jms/format-jmstextxml/src/main/resources/jmstextxml/helloworld.composite
+++ b/sca-java-2.x/trunk/itest/jms/format-jmstextxml/src/main/resources/jmstextxml/helloworld.composite
@@ -27,20 +27,20 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmstextxml.helloworld.HelloWorldReferenceImpl" />
<reference name="helloWorldService1" >
<binding.jms>
- <destination jndiName="HelloWorldService1"/>
<tuscany:wireFormat.jmsTextXML/>
+ <destination jndiName="HelloWorldService1"/>
</binding.jms>
</reference>
<reference name="helloWorldService2" >
<binding.jms>
- <destination jndiName="HelloWorldService2"/>
<tuscany:wireFormat.jmsTextXML/>
+ <destination jndiName="HelloWorldService2"/>
</binding.jms>
</reference>
<reference name="helloWorldService3" >
<binding.jms>
- <destination jndiName="HelloWorldService3"/>
<tuscany:wireFormat.jmsTextXML/>
+ <destination jndiName="HelloWorldService3"/>
</binding.jms>
</reference>
</component>
@@ -49,8 +49,8 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmstextxml.helloworld.HelloWorldServiceImpl" />
<service name="HelloWorldService">
<binding.jms>
- <destination jndiName="HelloWorldService1"/>
<tuscany:wireFormat.jmsTextXML/>
+ <destination jndiName="HelloWorldService1"/>
</binding.jms>
</service>
</component>
@@ -60,8 +60,8 @@
<service name="HelloWorldService">
<interface.java interface="org.apache.tuscany.sca.binding.jms.format.jmstextxml.helloworld.HelloWorldService" />
<binding.jms>
- <destination jndiName="HelloWorldService2"/>
<tuscany:wireFormat.jmsTextXML/>
+ <destination jndiName="HelloWorldService2"/>
</binding.jms>
</service>
</component>
@@ -71,8 +71,8 @@
<service name="HelloWorldService">
<interface.wsdl interface="http://helloworld/textxml#wsdl.interface(HelloWorld)" />
<binding.jms>
- <destination jndiName="HelloWorldService3"/>
<tuscany:wireFormat.jmsTextXML/>
+ <destination jndiName="HelloWorldService3"/>
</binding.jms>
</service>
</component>