DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25482>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25482 [BUG] bug in the Jisp filesystem store clear [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2003-12-15 16:06 ------- There is a problem in the patch i sent in the doRemove() method which is not working anymore. Basicaly there must be a clear separation between the removal implementation in doClear() and doRemove() methods: In the doClear() method, the items to be removed are accesed given the keys in the BTreeIterator: those keys shouldn't be wrapped in a JispKey object because they're already one. In the doRemove() method, we need to wrap the key argument in a JispKey. See the attachement for a new patch and testcase. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
