Hi, On 8/22/07, Martijn Hendriks <[EMAIL PROTECTED]> wrote: > The current implementation of the LazyScoreNodeIterator is such to > ignore all RepositoryExceptions that might be thrown while loading the > nodes in the result set, as required by the javax.jcr.NodeIterator spec.
I think the correct behaviour would be for the node iterator to throw an exception (unfortunately I guess only a RuntimeException would work here) instead of ignoring such internal errors. BR, Jukka Zitting
