You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <de...@tuscany.apache.org> on 2009/09/29 07:01:26 UTC

[jira] Assigned: (TUSCANY-3284) Store Tutorial fails in latest Tuscany 1.5.1 RC

     [ https://issues.apache.org/jira/browse/TUSCANY-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende reassigned TUSCANY-3284:
----------------------------------------

    Assignee: Luciano Resende

> 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.