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