summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite')
-rw-r--r--java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite
index bc435b3a2d..5395bd5a3a 100644
--- a/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite
+++ b/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite
@@ -27,7 +27,7 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmsbytes.helloworld.HelloWorldReferenceImpl" />
<reference name="helloWorldService1" >
<binding.jms>
- <destination name="HelloWorldService1"/>
+ <destination jndiName="HelloWorldService1"/>
<tuscany:wireFormat.jmsBytes/>
</binding.jms>
</reference>
@@ -37,7 +37,7 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmsbytes.helloworld.HelloWorldServiceImpl" />
<service name="HelloWorldService">
<binding.jms>
- <destination name="HelloWorldService1"/>
+ <destination jndiName="HelloWorldService1"/>
<tuscany:wireFormat.jmsBytes/>
</binding.jms>
</service>