Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3284

Store Tutorial fails in latest Tuscany 1.5.1 RC

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Java-SCA-1.5.1
    • Java-SCA-1.5.1
    • Java SCA Tutorial
    • 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)

      { 164 return __tus.sca.referenceMap[name]; 165}

      This might be related to how DomainManager finds/adds jar dependencies

      Attachments

        Activity

          People

            lresende Luciano Resende
            lresende Luciano Resende
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: