[
https://issues.apache.org/jira/browse/TUSCANY-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luciano Resende resolved TUSCANY-3284.
--------------------------------------
Resolution: Fixed
Fixed by removing the dojo specific modules from the binary distribution,
avoiding issues with the domain manager. This still need to be revisited in the
future. BTW, I checked the 1.5 release, and we didn't have a problem there
because we didn't ship these dojo modules in the distribution, and also, the
store-dojo sample didn't have any ant script to run.... so my changes are not
really removing any functionality that was previously released...
> 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
> Assignee: 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.