Uploaded image for project: 'Remote Alfresco API rivet'
  1. Remote Alfresco API rivet
  2. CMA-2

getStores(ticket); returns malformed result

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: CMA Impl
    • Labels:
      None

      Description

      Calling getStores returns an Array of Arrays.

      List<StoreRef> stores = nodeService.getStores(ticket);
      for (StoreRef store:stores) {
      System.out.println("hello");
      System.out.println(store.getProtocol());
      //System.out.println(store.getIdentifier());
      }


      prints

      hello
      [archive

        Attachments

          Activity

            People

            • Assignee:
              schalasani schalasani
              Reporter:
              vjalilov vjalilov
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Zendesk Support