jackrabbit 2.0 query options

2010-02-24 Thread ChadDavis
I chose to use the JQOM API for my search implementation. However, it's a bit buggy, I think. Could be user error, but I think there are some bugs. Would it be worth my time to switch to one of the other query API's on the basis that something like XPath, which seems to enjoy a larger user

jackrabbit 2.0 query

2010-02-17 Thread ChadDavis
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 ) and this next code returns four supported options: queryManager.getSupportedQueryLanguages();

Re: jackrabbit 2.0 query

2010-02-17 Thread Alexander Klimetschek
On Wed, Feb 17, 2010 at 20:09, ChadDavis chadmichaelda...@gmail.com 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

Re: jackrabbit 2.0 query

2010-02-17 Thread ChadDavis
On Wed, Feb 17, 2010 at 12:30 PM, Alexander Klimetschek aklim...@day.com wrote: On Wed, Feb 17, 2010 at 20:09, ChadDavis chadmichaelda...@gmail.com 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:  

Re: jackrabbit 2.0 query

2010-02-17 Thread Alexander Klimetschek
On Wed, Feb 17, 2010 at 20:36, ChadDavis chadmichaelda...@gmail.com wrote: On Wed, Feb 17, 2010 at 12:30 PM, Alexander Klimetschek aklim...@day.com wrote: On Wed, Feb 17, 2010 at 20:09, ChadDavis chadmichaelda...@gmail.com wrote: I'm just getting started with my search implementation, but I've

Re: jackrabbit 2.0 query

2010-02-17 Thread ChadDavis
I entered the ticket. On Wed, Feb 17, 2010 at 1:36 PM, Alexander Klimetschek aklim...@day.com wrote: On Wed, Feb 17, 2010 at 20:36, ChadDavis chadmichaelda...@gmail.com wrote: On Wed, Feb 17, 2010 at 12:30 PM, Alexander Klimetschek aklim...@day.com wrote: On Wed, Feb 17, 2010 at 20:09,