summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite')
-rw-r--r--branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite22
1 files changed, 19 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite b/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite
index 2c0fd1b27a..2c54bf8bc5 100644
--- a/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite
+++ b/branches/sca-java-1.x/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite
@@ -39,9 +39,15 @@
<reference name="helloWorldService3" >
<binding.jms>
<destination name="HelloWorldService3"/>
+ <tuscany:wireFormat.jmsdefault/>
+ </binding.jms>
+ </reference>
+ <reference name="helloWorldService4" >
+ <binding.jms>
+ <destination name="HelloWorldService4"/>
<tuscany:wireFormat.jmsdefault sendFormat="text"/>
</binding.jms>
- </reference>
+ </reference>
</component>
<component name="HelloWorldServiceComponent1">
@@ -59,7 +65,6 @@
<interface.java interface="org.apache.tuscany.sca.binding.jms.format.jmsdefault.helloworld.HelloWorldService" />
<binding.jms>
<destination name="HelloWorldService2"/>
- <tuscany:wireFormat.jmsdefault/>
</binding.jms>
</service>
</component>
@@ -70,9 +75,20 @@
<!--interface.wsdl interface="http://helloworld/textxml#wsdl.interface(HelloWorld)" /-->
<binding.jms>
<destination name="HelloWorldService3"/>
- <tuscany:wireFormat.jmsdefault sendFormat="text"/>
+ <tuscany:wireFormat.jmsdefault />
</binding.jms>
</service>
</component>
+ <component name="HelloWorldServiceComponent4">
+ <implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmsdefault.helloworld.HelloWorldServiceImpl" />
+ <service name="HelloWorldService">
+ <!--interface.wsdl interface="http://helloworld/textxml#wsdl.interface(HelloWorld)" /-->
+ <binding.jms>
+ <destination name="HelloWorldService4"/>
+ <tuscany:wireFormat.jmsdefault />
+ </binding.jms>
+ </service>
+ </component>
+
</composite> \ No newline at end of file