summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite6
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite b/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite
index ef66c5583c..ea6ed6c464 100644
--- a/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite
+++ b/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite
@@ -19,7 +19,7 @@
-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://helloworld"
- xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:hw="http://helloworld"
name="helloworld">
@@ -28,7 +28,7 @@
<reference name="helloWorldService1" >
<binding.jms>
<destination name="HelloWorldService1"/>
- <t:wireFormat.jmsBytes/>
+ <tuscany:wireFormat.jmsBytes/>
</binding.jms>
</reference>
</component>
@@ -38,7 +38,7 @@
<service name="HelloWorldService">
<binding.jms>
<destination name="HelloWorldService1"/>
- <t:wireFormat.jmsBytes/>
+ <tuscany:wireFormat.jmsBytes/>
</binding.jms>
</service>
</component>