[CMA-2] getStores(ticket); returns malformed result Created: 28/Feb/08 Updated: 29/Feb/08 Resolved: 29/Feb/08 |
|
| Status: | Closed |
| Project: | Remote Alfresco API rivet |
| Component/s: | CMA Impl |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | vjalilov | Assignee: | schalasani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| 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 |
| Comments |
| Comment by schalasani [ 29/Feb/08 ] |
| Fixed. Will be updated and released in the next version |