From 0999fd565d6d629df87d3db38a84d4701b494b3b Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 26 Dec 2009 03:25:34 +0000 Subject: Simplified server configuration, HTTPD modules now use deployment composite to route service requests, minor fixes to store integration test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893939 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/test/store-script/htdocs/store.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sca-cpp/trunk/test/store-script/htdocs/store.js') diff --git a/sca-cpp/trunk/test/store-script/htdocs/store.js b/sca-cpp/trunk/test/store-script/htdocs/store.js index 9cb09f4b78..9cd8eb526d 100644 --- a/sca-cpp/trunk/test/store-script/htdocs/store.js +++ b/sca-cpp/trunk/test/store-script/htdocs/store.js @@ -650,9 +650,9 @@ 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"); -tuscany.sca.referenceMap.shoppingTotal = new JSONRpcClient("/Total").Service; +tuscany.sca.referenceMap.catalog = new JSONRpcClient("/catalog").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