Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 3526 invoked from network); 7 Jan 2006 12:31:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jan 2006 12:31:16 -0000 Received: (qmail 26240 invoked by uid 500); 7 Jan 2006 12:31:15 -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 26227 invoked by uid 99); 7 Jan 2006 12:31:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2006 04:31:14 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stefan.guggisberg@gmail.com designates 64.233.162.204 as permitted sender) Received: from [64.233.162.204] (HELO zproxy.gmail.com) (64.233.162.204) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2006 04:31:13 -0800 Received: by zproxy.gmail.com with SMTP id i11so3135736nzi for ; Sat, 07 Jan 2006 04:30:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jZxD/0lG8ghQHAodkELPuh4C94tzDUsqACeML9l0HGafa6RRGSEYo3ImnxDGK9Y7qBx8AytxopYnSUcg7yCS/VRLCfZDQOXT8nmg5tE7GtenVwdLv4tgtqwxUPPjMICel8nhvAgQiSPiHbuh7EqBjE3jdg3NbTOZHy5B3MH0Zp0= Received: by 10.36.56.13 with SMTP id e13mr9537227nza; Sat, 07 Jan 2006 04:30:52 -0800 (PST) Received: by 10.36.86.4 with HTTP; Sat, 7 Jan 2006 04:30:52 -0800 (PST) Message-ID: <90a8d1c00601070430l29414908w99d60506fb21fc11@mail.gmail.com> Date: Sat, 7 Jan 2006 13:30:52 +0100 From: Stefan Guggisberg To: jackrabbit-dev@incubator.apache.org Subject: Re: DB Persistence / Hibernate In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi mark there's an implementation of a PersistenceManager that uses hibernate in contrib/orm-persistence. AFAIK it is unfinished and hasn't been touched for a long time. i am not sure if it is still being maintained. serge huber is the author so he might be able to provide you more details. cheers stefan On 1/6/06, Mark Thompson wrote: > I was curious as to whether any thought had been given to using Hibernate > for DB persistence. > > > > Thanks, > > > > Mark > > >