Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.5.1
-
None
Description
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)
This might be related to how DomainManager finds/adds jar dependencies