summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-30 14:23:47 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-30 14:23:47 +0000
commit7c7403152d1c7098ec225305be8d7efd761ae8d2 (patch)
treee85886168731363d796ec65bbaaa423ada6f6108 /branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite
parentc8f58fe2afa3f2f3bdf86846a48cb5a6dd7d503b (diff)
Remove delimited test as we don't have an example delimited wire format. Add a JMS Object example
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721821 13f79535-47bb-0310-9956-ffa450edef68
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>