Hi,

>>On debugging issue is shown at char 183 and is around
>> jcr:like(rep:principalName,(*)'%%') . So it appears that
>> XPathQueryEvaluator.visit(XPathQueryBuilder.NodeCondition) [1] should
>>add
>> '@' before appending the rep:principalName property name as its a
>>property
>> Condition

Yes, the "@" in "jcr:like(@rep:principalName,'%%')" would be required for
Oak.

The problem "fn:name(.)" will be supported in XPathToSQL2Converter - I
think I can commit that today.

Regards,
Thomas

Reply via email to