From 6b94d489977c1cb2eeddded3ee329fe6b9605d5c Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 1 Nov 2009 05:25:14 +0000 Subject: Minor refactoring of read/write functions and primitive procs. Added functions to help store data in memcached. Fixes to HTTP support and more tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831640 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sca/test/store-script/htdocs/store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/sca/test/store-script/htdocs/store.js') diff --git a/cpp/sca/test/store-script/htdocs/store.js b/cpp/sca/test/store-script/htdocs/store.js index 64749ce6c1..9cb09f4b78 100644 --- a/cpp/sca/test/store-script/htdocs/store.js +++ b/cpp/sca/test/store-script/htdocs/store.js @@ -651,8 +651,8 @@ tuscany.sca.Property = function (name) { tuscany.sca.referenceMap = new Object(); tuscany.sca.referenceMap.catalog = new JSONRpcClient("/Catalog").Service; -tuscany.sca.referenceMap.shoppingCart = new AtomClient("/ShoppingCart/Cart"); -tuscany.sca.referenceMap.shoppingTotal = new JSONRpcClient("/ShoppingCart/Total").Service; +tuscany.sca.referenceMap.shoppingCart = new AtomClient("/ShoppingCart"); +tuscany.sca.referenceMap.shoppingTotal = new JSONRpcClient("/Total").Service; tuscany.sca.Reference = function (name) { return tuscany.sca.referenceMap[name]; } -- cgit v1.2.3