On Wed, Dec 3, 2014 at 12:57 AM, Behrang Saeedzadeh <behran...@gmail.com> wrote: > Hi Robert > > That was a typo. I usually modify our code a bit before posting it online > to avoid exposing actual property names, etc. Or sometimes just to get rid > of unrelated cruft surrounding the subject.
Right. Well, hopefully someone with more knowledge about the subject can help, I was just looking for an easy answer :-) Robert > But I still can't convince > myself that this bug makes sense. Looks like the isolation level > implemented does not support repeatable reads properly. > On Wed, 3 Dec 2014 at 8:26 am Robert Munteanu <romb...@apache.org> wrote: > >> Hi, >> >> On Tue, Dec 2, 2014 at 7:17 AM, Behrang Saeedzadeh <behran...@gmail.com> >> wrote: >> > final Query query = queryManager.createQuery("", Query.JCR_SQL2); >> >> Is this the actual query invocation? You probably want something like >> >> final Query query = queryManager.createQuery(statement, >> Query.JCR_SQL2); >> >> Robert >>