Author: jsdelfino
Date: Mon Sep 17 10:07:51 2007
New Revision: 576529

URL: http://svn.apache.org/viewvc?rev=576529&view=rev
Log:
Removed a trailing / in the URL used in store.html, preventing the sample to 
work.

Modified:
    
incubator/tuscany/branches/sca-java-1.0/samples/store/src/main/resources/ufservices/store.html

Modified: 
incubator/tuscany/branches/sca-java-1.0/samples/store/src/main/resources/ufservices/store.html
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/store/src/main/resources/ufservices/store.html?rev=576529&r1=576528&r2=576529&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.0/samples/store/src/main/resources/ufservices/store.html
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.0/samples/store/src/main/resources/ufservices/store.html
 Mon Sep 17 10:07:51 2007
@@ -25,9 +25,9 @@
 <script language="JavaScript">
 
        //Reference
-       catalog = (new JSONRpcClient("../Catalog/")).Catalog;
+       catalog = (new JSONRpcClient("../Catalog")).Catalog;
        //Reference
-       shoppingCart = new AtomClient("../ShoppingCart/");
+       shoppingCart = new AtomClient("../ShoppingCart");
 
 
        function catalog_getResponse(items) {



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

Reply via email to