Author: jsdelfino
Date: Wed Nov 14 12:53:26 2007
New Revision: 595051

URL: http://svn.apache.org/viewvc?rev=595051&view=rev
Log:
Changed CatalogWebService to use an absolute URI to avoid having the component 
name in the URI, as an external service should expose the internal composition 
of an application.

Modified:
    incubator/tuscany/java/sca/tutorial/store-eu/store-eu.composite
    incubator/tuscany/java/sca/tutorial/store/store-db.composite
    incubator/tuscany/java/sca/tutorial/store/store-merger.composite

Modified: incubator/tuscany/java/sca/tutorial/store-eu/store-eu.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-eu/store-eu.composite?rev=595051&r1=595050&r2=595051&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-eu/store-eu.composite (original)
+++ incubator/tuscany/java/sca/tutorial/store-eu/store-eu.composite Wed Nov 14 
12:53:26 2007
@@ -43,7 +43,7 @@
                <property name="currencyCode">EUR</property>
                <service name="Catalog">
                        <t:binding.jsonrpc/>
-                       <binding.ws uri="CatalogWebService"/>
+                       <binding.ws uri="/CatalogWebService"/>
                </service>
                <reference name="fruitsCatalog" target="CloudFruitsCatalog"/>   
                <reference name="vegetablesCatalog" 
target="CloudVegetablesCatalog"/>   

Modified: incubator/tuscany/java/sca/tutorial/store/store-db.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store/store-db.composite?rev=595051&r1=595050&r2=595051&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store/store-db.composite (original)
+++ incubator/tuscany/java/sca/tutorial/store/store-db.composite Wed Nov 14 
12:53:26 2007
@@ -43,7 +43,7 @@
                <property name="currencyCode">USD</property>
                <service name="Catalog">
                        <t:binding.jsonrpc/>
-                       <binding.ws uri="CatalogWebService"/>
+                       <binding.ws uri="/CatalogWebService"/>
                </service>
                <reference name="fruitsCatalog" target="FruitsCatalog"/>        
                <reference name="vegetablesCatalog" 
target="CloudVegetablesCatalog"/>   

Modified: incubator/tuscany/java/sca/tutorial/store/store-merger.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store/store-merger.composite?rev=595051&r1=595050&r2=595051&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store/store-merger.composite (original)
+++ incubator/tuscany/java/sca/tutorial/store/store-merger.composite Wed Nov 14 
12:53:26 2007
@@ -43,7 +43,7 @@
                <property name="currencyCode">USD</property>
                <service name="Catalog">
                        <t:binding.jsonrpc/>
-                       <binding.ws uri="CatalogWebService"/>
+                       <binding.ws uri="/CatalogWebService"/>
                </service>
                <reference name="fruitsCatalog" target="FruitsCatalog"/>        
                <reference name="vegetablesCatalog" 
target="CloudVegetablesCatalog"/>   



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to