Store Tutorial fails in latest Tuscany 1.5.1 RC
-----------------------------------------------
Key: TUSCANY-3284
URL: https://issues.apache.org/jira/browse/TUSCANY-3284
Project: Tuscany
Issue Type: Bug
Components: Java SCA Tutorial
Affects Versions: Java-SCA-1.5.1
Reporter: Luciano Resende
Fix For: Java-SCA-1.5.1
This is what I'm finding in FireBug... it seems that the generated JS has dojo
dependencies, where it shound't...
__tus.sca.referenceMap = {};
dojo is not defined160__tus.sca.referenceMap.catalog = new
dojo.rpc.JsonService("/StoreCatalog?smd");
161__tus.sca.referenceMap.shoppingCart = new AtomClient("/ShoppingCart/Cart");
162__tus.sca.referenceMap.shoppingTotal = new
dojo.rpc.JsonService("/StoreShoppingCart/Total?smd");
163__tus.sca.Reference = function (name) {
164 return __tus.sca.referenceMap[name];
165}
This might be related to how DomainManager finds/adds jar dependencies
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.