Author: lresende
Date: Fri Feb 12 07:10:45 2010
New Revision: 909271

URL: http://svn.apache.org/viewvc?rev=909271&view=rev
Log:
Minor cleanup on the composites

Modified:
    
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-local.composite
    
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-jsonrpc.composite
    
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-ws.composite

Modified: 
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-local.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-local.composite?rev=909271&r1=909270&r2=909271&view=diff
==============================================================================
--- 
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-local.composite
 (original)
+++ 
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-local.composite
 Fri Feb 12 07:10:45 2010
@@ -24,9 +24,6 @@
                
        <component name="CatalogAggregator">
                <implementation.java 
class="services.sca.CatalogAggregatorImpl"/>
-               <service name="Catalog">
-                   <interface.java interface="services.Catalog"/>
-               </service>
                <reference name="fruitsCatalog" target="FruitsCatalog">
                    <interface.java interface="services.Catalog"/>
                </reference>

Modified: 
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-jsonrpc.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-jsonrpc.composite?rev=909271&r1=909270&r2=909271&view=diff
==============================================================================
--- 
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-jsonrpc.composite
 (original)
+++ 
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-jsonrpc.composite
 Fri Feb 12 07:10:45 2010
@@ -24,15 +24,12 @@
 
        <component name="CatalogAggregator">
                <implementation.java 
class="services.sca.CatalogAggregatorImpl"/>
-               <service name="Catalog">
-                   <interface.java interface="services.Catalog" 
remotable="true"/>
-               </service>
                <reference name="fruitsCatalog">
-                   <interface.java interface="services.Catalog" 
remotable="true"/>
+                   <interface.java interface="services.Catalog"/>
                    <tuscany:binding.jsonrpc 
uri="http://localhost:8085/FruitsCatalog"/>
                </reference>
                <reference name="vegetablesCatalog">
-                   <interface.java interface="services.Catalog" 
remotable="true"/>
+                   <interface.java interface="services.Catalog"/>
                    <tuscany:binding.jsonrpc 
uri="http://localhost:8085/VegetableCatalog"; />
                </reference>            
        </component>
@@ -40,7 +37,7 @@
        <component name="FruitsCatalog">
                <implementation.java class="services.sca.FruitsCatalogImpl"/> 
                <service name="Catalog">
-                       <interface.java interface="services.Catalog" 
remotable="true"/>
+                       <interface.java interface="services.Catalog"/>
                        <tuscany:binding.jsonrpc 
uri="http://localhost:8085/FruitsCatalog"; />
                </service>      
        </component> 
@@ -48,7 +45,7 @@
        <component name="VegetablesCatalog">
                <implementation.java class="services.sca.FruitsCatalogImpl"/> 
                <service name="Catalog">
-                       <interface.java interface="services.Catalog" 
remotable="true"/>
+                       <interface.java interface="services.Catalog"/>
                        <tuscany:binding.jsonrpc 
uri="http://localhost:8085/VegetableCatalog"; />
                </service>      
        </component> 

Modified: 
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-ws.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-ws.composite?rev=909271&r1=909270&r2=909271&view=diff
==============================================================================
--- 
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-ws.composite
 (original)
+++ 
tuscany/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-ws.composite
 Fri Feb 12 07:10:45 2010
@@ -24,15 +24,12 @@
 
        <component name="CatalogAggregator">
                <implementation.java 
class="services.sca.CatalogAggregatorImpl"/>
-               <service name="Catalog">
-                   <interface.java interface="services.Catalog" 
remotable="true"/>
-               </service>
                <reference name="fruitsCatalog">
-                   <interface.java interface="services.Catalog" 
remotable="true"/>
+                   <interface.java interface="services.Catalog"/>
                    <binding.ws uri="http://localhost:8086/FruitsCatalog"/>
                </reference>
                <reference name="vegetablesCatalog">
-                   <interface.java interface="services.Catalog" 
remotable="true"/>
+                   <interface.java interface="services.Catalog"/>
                    <binding.ws uri="http://localhost:8086/VegetableCatalog"/>
                </reference>            
        </component>
@@ -40,7 +37,7 @@
        <component name="FruitsCatalog">
                <implementation.java class="services.sca.FruitsCatalogImpl"/> 
                <service name="Catalog">
-                       <interface.java interface="services.Catalog" 
remotable="true"/>
+                       <interface.java interface="services.Catalog"/>
                        <binding.ws uri="http://localhost:8086/FruitsCatalog"/>
                </service>      
        </component> 
@@ -48,7 +45,7 @@
        <component name="VegetablesCatalog">
                <implementation.java class="services.sca.FruitsCatalogImpl"/> 
                <service name="Catalog">
-                       <interface.java interface="services.Catalog" 
remotable="true"/>
+                       <interface.java interface="services.Catalog"/>
                        <binding.ws 
uri="http://localhost:8086/VegetableCatalog"/>
                </service>      
        </component>


Reply via email to