PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3238
*** shadow/3238 Thu Aug 23 16:38:46 2001
--- shadow/3238.tmp.22004 Fri Aug 24 12:54:47 2001
***************
*** 129,131 ****
--- 129,139 ----
As an aside, can anyone explain why (most) clones of iterators aren't
restartable? Isn't a clone of an iterator a deep copy of the iterator's context?
+
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-08-24 12:54 -------
+ It appears that in AllOrNothing the inner for-each initializes the
+ CurrentNodeListIterator object using the current context. I'm thinking that
+ perhaps the original context of an iterator be used to reinitialize it instead.
+ I tested this hypothesis succesfully on a modified version of the above
+ (decompiled) translet. Does this seem like a serious problem?