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