Issue while converting from Xpath to Sql2

2012-08-20 Thread Chetan Mehrotra
While trying to run Granite over Oak the User Admin UI was failing to load because of problem in executing an XPath query Initial Query (in JSON) [4] is passed to o.a.j.commons.jackrabbit.user.AuthorizableQueryManager which internally converts it into XPath using a builder pattern and generates

Re: Issue while converting from Xpath to Sql2

2012-08-20 Thread Thomas Mueller
Hi, Thanks a lot! I'm currently working on trying to support such queries in the XPathToSQL2Converter. I'm not sure yet how much work this will be, let's see. Is the query really using '**' and '%%'? If yes are there any nodes that contain '**', or is this just test data (just wondering)?