summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-distributed/src
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/store-distributed/src')
-rw-r--r--branches/sca-java-1.x/samples/store-distributed/src/main/resources/nodeC/uiservices/store.html6
-rw-r--r--branches/sca-java-1.x/samples/store-distributed/src/main/resources/uiservices/store.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/branches/sca-java-1.x/samples/store-distributed/src/main/resources/nodeC/uiservices/store.html b/branches/sca-java-1.x/samples/store-distributed/src/main/resources/nodeC/uiservices/store.html
index 45604463d1..ba004e02ac 100644
--- a/branches/sca-java-1.x/samples/store-distributed/src/main/resources/nodeC/uiservices/store.html
+++ b/branches/sca-java-1.x/samples/store-distributed/src/main/resources/nodeC/uiservices/store.html
@@ -25,13 +25,13 @@
<script language="JavaScript">
//@Reference
- var catalog = new Reference("catalog");
+ var catalog = new tuscany.sca.Reference("catalog");
//@Reference
- var shoppingCart = new Reference("shoppingCart");
+ var shoppingCart = new tuscany.sca.Reference("shoppingCart");
//@Reference
- var shoppingTotal = new Reference("shoppingTotal");
+ var shoppingTotal = new tuscany.sca.Reference("shoppingTotal");
var catalogItems;
diff --git a/branches/sca-java-1.x/samples/store-distributed/src/main/resources/uiservices/store.html b/branches/sca-java-1.x/samples/store-distributed/src/main/resources/uiservices/store.html
index 45604463d1..ba004e02ac 100644
--- a/branches/sca-java-1.x/samples/store-distributed/src/main/resources/uiservices/store.html
+++ b/branches/sca-java-1.x/samples/store-distributed/src/main/resources/uiservices/store.html
@@ -25,13 +25,13 @@
<script language="JavaScript">
//@Reference
- var catalog = new Reference("catalog");
+ var catalog = new tuscany.sca.Reference("catalog");
//@Reference
- var shoppingCart = new Reference("shoppingCart");
+ var shoppingCart = new tuscany.sca.Reference("shoppingCart");
//@Reference
- var shoppingTotal = new Reference("shoppingTotal");
+ var shoppingTotal = new tuscany.sca.Reference("shoppingTotal");
var catalogItems;