Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 95480 invoked from network); 15 Oct 2005 08:41:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2005 08:41:55 -0000 Received: (qmail 29296 invoked by uid 500); 15 Oct 2005 08:41:53 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 29285 invoked by uid 99); 15 Oct 2005 08:41:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2005 01:41:53 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mpermar@gmail.com designates 66.249.82.192 as permitted sender) Received: from [66.249.82.192] (HELO xproxy.gmail.com) (66.249.82.192) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2005 01:41:54 -0700 Received: by xproxy.gmail.com with SMTP id h30so487759wxd for ; Sat, 15 Oct 2005 01:41:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=dtRMIauwFNj/ppjPeaaPtmGuGQzwc6UcstywYgfZEdT/htvUMBUL+py04sxOZFUgLwVYKa/QHG7+OgAHKABGwAOxgGgocqHgAYKuJ7wmIAESXxSOCbyy3GvXFwdFMt9m8v8l/FApSZYOD9RD3IuD/eHyvr75ezZqw9Vdp9dH8jw= Received: by 10.70.102.12 with SMTP id z12mr1609706wxb; Sat, 15 Oct 2005 01:41:31 -0700 (PDT) Received: by 10.70.78.4 with HTTP; Sat, 15 Oct 2005 01:41:31 -0700 (PDT) Message-ID: <8fa1023f0510150141r79645ae3w7a4913d89dd7cc07@mail.gmail.com> Date: Sat, 15 Oct 2005 10:41:31 +0200 From: Martin Perez To: jackrabbit-dev@incubator.apache.org Subject: Service registry and search MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_29158_33322117.1129365691841" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_29158_33322117.1129365691841 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Anyone knows why ServiceRegistry is unable to load any builders? Iterator it =3D ServiceRegistry.lookupProviders(QueryTreeBuilder.class); This is part of the org.apache.jackrabbit.core.query.QueryTreeBuilderRegistry class. And so, I can't search using XPath or SQL on my repositories. I'm using JDK 1.5.0_04. Maybe could that be the reason? Is this a bug? Am I missing something? Thanks. Martin ------=_Part_29158_33322117.1129365691841--