On Wed, Feb 17, 2010 at 20:09, ChadDavis <[email protected]> wrote: > I'm just getting started with my search implementation, but I've > noticed what appears to be a bug. The following line returns null: > > session.getRepository().getDescriptor(Repository.QUERY_LANGUAGES )
This is probably a bug. Is Repository.QUERY_LANGUAGES returned in repository.getDescriptorKeys() ? > and this next code returns four supported options: > > queryManager.getSupportedQueryLanguages(); Which is right, should be sql, xpath, jcr-sql2 and jcr-jqom. I would use this one. Regards, Alex -- Alexander Klimetschek [email protected]
