CDV ❯ iterator() on toolkit queue fails to convert ObjectID to real objects
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
jhouse
-
Reporter: teck
-
May 17, 2011
-
0
-
Watchers: 2
-
July 27, 2012
-
July 06, 2011
Attachments
Description
Attached is a test case from here:
http://forums.terracotta.org/forums/posts/list/5104.page#26053
The iterator needs to fault object references for things like toArray(), etc to work
added check for instanceof ObjectID in .next() method of iterator, and if found, looked up actual object for return.