summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/jms-format/src/main/resources
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-07 12:56:56 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-07 12:56:56 +0000
commitc0e2941c34301966f1400b12c05080309e0d2cdf (patch)
treec67e35a6255eb5541505e1ef6806bf9aef7e5015 /java/sca/itest/jms-format/src/main/resources
parente5f97bebac80fcf69e2be37ed562b0692ec26e6e (diff)
Remove the OASIS assembly specific parts from the OSOA core.xsd. The wireformat function is, for the time being, now driven by some tuscany specific elements particular to the JMS binding defined in tuscany-sca-binding-jms.xsd
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/jms-format/src/main/resources')
-rw-r--r--java/sca/itest/jms-format/src/main/resources/jmstextxml/helloworld.composite5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/sca/itest/jms-format/src/main/resources/jmstextxml/helloworld.composite b/java/sca/itest/jms-format/src/main/resources/jmstextxml/helloworld.composite
index f2903fd44d..1862e88770 100644
--- a/java/sca/itest/jms-format/src/main/resources/jmstextxml/helloworld.composite
+++ b/java/sca/itest/jms-format/src/main/resources/jmstextxml/helloworld.composite
@@ -19,6 +19,7 @@
-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://helloworld"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:hw="http://helloworld"
name="helloworld">
@@ -26,8 +27,8 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmstextxml.helloworld.HelloWorldReferenceImpl" />
<reference name="helloWorldService1" >
<binding.jms>
- <wireFormat.jmsDefault/>
<destination name="HelloWorldService1"/>
+ <tuscany:wireFormat.jmsDefault/>
</binding.jms>
</reference>
<reference name="helloWorldService2" >
@@ -46,8 +47,8 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmstextxml.helloworld.HelloWorldServiceImpl" />
<service name="HelloWorldService">
<binding.jms>
- <wireFormat.jmsDefault/>
<destination name="HelloWorldService1"/>
+ <tuscany:wireFormat.jmsDefault/>
</binding.jms>
</service>
</component>