-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: CMA Impl
-
Labels:None
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
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