diff options
Diffstat (limited to 'sca-java-2.x/trunk/itest')
-rw-r--r-- | sca-java-2.x/trunk/itest/jms/format-jmsdefault/src/main/resources/jmsdefault/helloworld.composite | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/itest/jms/format-jmsdefault/src/main/resources/jmsdefault/helloworld.composite b/sca-java-2.x/trunk/itest/jms/format-jmsdefault/src/main/resources/jmsdefault/helloworld.composite index 96fa9abce5..56285ad234 100644 --- a/sca-java-2.x/trunk/itest/jms/format-jmsdefault/src/main/resources/jmsdefault/helloworld.composite +++ b/sca-java-2.x/trunk/itest/jms/format-jmsdefault/src/main/resources/jmsdefault/helloworld.composite @@ -32,19 +32,19 @@ </reference>
<reference name="helloWorldService2" >
<binding.jms>
- <tuscany:wireFormat.jmsdefault/>
+ <wireFormat.jmsDefault/>
<destination jndiName="HelloWorldService2"/>
</binding.jms>
</reference>
<reference name="helloWorldService3" >
<binding.jms>
- <tuscany:wireFormat.jmsdefault/>
+ <wireFormat.jmsDefault/>
<destination jndiName="HelloWorldService3"/>
</binding.jms>
</reference>
<reference name="helloWorldService4" >
<binding.jms>
- <tuscany:wireFormat.jmsdefault sendFormat="text"/>
+ <wireFormat.jmsDefault/>
<destination jndiName="HelloWorldService4"/>
</binding.jms>
</reference>
@@ -74,7 +74,7 @@ <service name="HelloWorldService">
<!--interface.wsdl interface="http://helloworld/textxml#wsdl.interface(HelloWorld)" /-->
<binding.jms>
- <tuscany:wireFormat.jmsdefault />
+ <wireFormat.jmsDefault />
<destination jndiName="HelloWorldService3"/>
</binding.jms>
</service>
@@ -85,7 +85,7 @@ <service name="HelloWorldService">
<!--interface.wsdl interface="http://helloworld/textxml#wsdl.interface(HelloWorld)" /-->
<binding.jms>
- <tuscany:wireFormat.jmsdefault />
+ <wireFormat.jmsDefault />
<destination jndiName="HelloWorldService4"/>
</binding.jms>
</service>
|