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. 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
>

Reply via email to