diff options
Diffstat (limited to 'sca-java-2.x/contrib/modules/binding-foo-runtime/src/test/resources/helloworld.composite')
-rw-r--r-- | sca-java-2.x/contrib/modules/binding-foo-runtime/src/test/resources/helloworld.composite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/contrib/modules/binding-foo-runtime/src/test/resources/helloworld.composite b/sca-java-2.x/contrib/modules/binding-foo-runtime/src/test/resources/helloworld.composite index e2de4e9528..10c96b39cd 100644 --- a/sca-java-2.x/contrib/modules/binding-foo-runtime/src/test/resources/helloworld.composite +++ b/sca-java-2.x/contrib/modules/binding-foo-runtime/src/test/resources/helloworld.composite @@ -25,14 +25,14 @@ <component name="HelloWorldComponent">
<implementation.java class="helloworld.HelloWorldImpl"/>
<service name="HelloWorldService" >
- <tuscany:binding.foo bindingType="ws" />
+ <binding.ws />
</service>
</component>
<component name="HelloWorldClient">
<implementation.java class="helloworld.HelloWorldClient"/>
<reference name="ref" >
- <tuscany:binding.foo uri="HelloWorldComponent/HelloWorldService"/>
+ <tuscany:binding.foo />
</reference>
</component>
|