From users-return-8292-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Jul 17 00:14:51 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 15998 invoked from network); 17 Jul 2008 00:14:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2008 00:14:50 -0000 Received: (qmail 65523 invoked by uid 500); 17 Jul 2008 00:14:49 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 65510 invoked by uid 500); 17 Jul 2008 00:14:49 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 65499 invoked by uid 99); 17 Jul 2008 00:14:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2008 17:14:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tmueller@day.com designates 62.192.10.254 as permitted sender) Received: from [62.192.10.254] (HELO goobak01.day.com) (62.192.10.254) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2008 00:13:55 +0000 Received: by goobak01.day.com (Postfix, from userid 1212) id 95E1F50825; Thu, 17 Jul 2008 02:13:39 +0200 (CEST) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by goobak01.day.com (Postfix) with ESMTP id 32AD75081F for ; Thu, 17 Jul 2008 02:13:39 +0200 (CEST) Received: by yx-out-2324.google.com with SMTP id 8so1906506yxg.31 for ; Wed, 16 Jul 2008 17:13:58 -0700 (PDT) Received: by 10.114.193.1 with SMTP id q1mr1083613waf.70.1216253638244; Wed, 16 Jul 2008 17:13:58 -0700 (PDT) Received: by 10.115.78.8 with HTTP; Wed, 16 Jul 2008 17:13:58 -0700 (PDT) Message-ID: <91f3b2650807161713y2a877db2i7a205e8f8f8cfb9e@mail.gmail.com> Date: Wed, 16 Jul 2008 17:13:58 -0700 From: "=?ISO-8859-1?Q?Thomas_M=FCller?=" Sender: tmueller@day.com To: users@jackrabbit.apache.org Subject: Re: Reports from RDMS and Jackrabbit In-Reply-To: <18494253.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18494253.post@talk.nabble.com> X-Google-Sender-Auth: b417a33319922989 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have created a wiki page for this: http://wiki.apache.org/jackrabbit/QueryUsingJdbc You will find an example application that runs a query against a database using the JDBC API and the H2 Database. In the database, a Jackrabbit session is created, and a XPath queries against Jackrabbit is run. This describes a general way how to solve the problem, but needs to be adapter to your needs. Does this solve the problem? Regards, Thomas