summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/jms/format/src/main/resources/jmsmessage
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-05 12:26:59 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-05 12:26:59 +0000
commitc79f5c978dfda4274003a79d95164de7f86a4d1c (patch)
tree2e2d03fe4384135db6e29aae32beb508675ea38f /java/sca/itest/jms/format/src/main/resources/jmsmessage
parentbfaf69a1bb0acd56b8ff33c83cffbf92e746d778 (diff)
Change all the JMS itest name attribute to jndiName
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/jms/format/src/main/resources/jmsmessage')
-rw-r--r--java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite
index 425286b7f2..a46bcd123c 100644
--- a/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite
+++ b/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite
@@ -29,7 +29,7 @@
<!--interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)"/-->
<interface.java interface="org.apache.tuscany.sca.binding.jms.format.jmsmessage.helloworld.HelloWorldServiceReferenceSide"/>
<binding.jms>
- <destination name="HelloWorldService1"/>
+ <destination jndiName="HelloWorldService1"/>
<tuscany:wireFormat.jmsText/>
</binding.jms>
</reference>
@@ -39,7 +39,7 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmsmessage.helloworld.HelloWorldServiceImpl" />
<service name="HelloWorldService">
<binding.jms>
- <destination name="HelloWorldService1"/>
+ <destination jndiName="HelloWorldService1"/>
</binding.jms>
</service>
</component>