summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite
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/jmstext/helloworld.composite
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/jmstext/helloworld.composite')
-rw-r--r--java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite
index d46137749f..1f8bfcba0e 100644
--- a/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite
+++ b/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite
@@ -27,7 +27,7 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmstext.helloworld.HelloWorldReferenceImpl" />
<reference name="helloWorldService1" >
<binding.jms>
- <destination name="HelloWorldService1"/>
+ <destination jndiName="HelloWorldService1"/>
<tuscany:wireFormat.jmsText/>
</binding.jms>
</reference>
@@ -37,7 +37,7 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmstext.helloworld.HelloWorldServiceImpl" />
<service name="HelloWorldService">
<binding.jms>
- <destination name="HelloWorldService1"/>
+ <destination jndiName="HelloWorldService1"/>
<tuscany:wireFormat.jmsText/>
</binding.jms>
</service>