Hi,

Can someone help me understand why following warning occurs on every time
when I call:

Jcr jcr = new Jcr(new Oak(documentNodeStore)).with(getSecurityProvider());
Repository repository = jcr.createRepository();



Warning Message:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
org.apache.jackrabbit.oak.query.QueryEngineImpl - No alternatives found.
Query: select [nt:base].[jcr:primaryType] as [nt:base.jcr:primaryType] from
[nt:base] as [nt:base] where [nt:base].[jcr:uuid] = $id
org.apache.jackrabbit.oak.query.QueryEngineImpl - No alternatives found.
Query: select [nt:base].[jcr:primaryType] as [nt:base.jcr:primaryType] from
[nt:base] as [nt:base] where [nt:base].[jcr:uuid] = $id
org.apache.jackrabbit.oak.query.QueryEngineImpl - No alternatives found.
Query: select [nt:base].[jcr:primaryType] as [nt:base.jcr:primaryType] from
[nt:base] as [nt:base] where [nt:base].[jcr:uuid] = $id
org.apache.jackrabbit.oak.query.QueryEngineImpl - No alternatives found.
Query: select [nt:base].[jcr:primaryType] as [nt:base.jcr:primaryType] from
[nt:base] as [nt:base] where [nt:base].[jcr:uuid] = $id
org.apache.jackrabbit.oak.query.QueryEngineImpl - No alternatives found.
Query: select [rep:MemberReferences].[jcr:primaryType] as
[rep:MemberReferences.jcr:primaryType] from [rep:MemberReferences] as
[rep:MemberReferences] where property([rep:MemberReferences].[rep:members],
'weakreference') = $uuid

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Thanks,
Shabeer.

Reply via email to