summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/jms/format-jmstextxml/src/main/resources/jmstextxml/helloworld.composite
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>