Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 36597 invoked from network); 16 May 2008 12:45:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 12:45:49 -0000 Received: (qmail 76977 invoked by uid 500); 16 May 2008 12:45:50 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 76951 invoked by uid 500); 16 May 2008 12:45:50 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 76940 invoked by uid 99); 16 May 2008 12:45:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 05:45:50 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Fri, 16 May 2008 12:44:56 +0000 Received: by goobak01.day.com (Postfix, from userid 1212) id 1A34550858; Fri, 16 May 2008 14:43:57 +0200 (CEST) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by goobak01.day.com (Postfix) with ESMTP id A2DA15087D for ; Fri, 16 May 2008 14:43:55 +0200 (CEST) Received: by yw-out-2324.google.com with SMTP id 3so519688ywj.31 for ; Fri, 16 May 2008 05:45:16 -0700 (PDT) Received: by 10.150.78.41 with SMTP id a41mr3411914ybb.181.1210941916481; Fri, 16 May 2008 05:45:16 -0700 (PDT) Received: by 10.151.84.3 with HTTP; Fri, 16 May 2008 05:45:16 -0700 (PDT) Message-ID: <91f3b2650805160545i1c8f5a74m9ca4088da221793@mail.gmail.com> Date: Fri, 16 May 2008 14:45:16 +0200 From: "=?ISO-8859-1?Q?Thomas_M=FCller?=" Sender: tmueller@day.com To: dev@jackrabbit.apache.org Subject: Re: datastore question In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 18e3deccc3adae16 X-Virus-Checked: Checked by ClamAV on apache.org Hi, > i am testing the datastore (filedatastore) and i found that if i configure a workspace with the old > org.apache.jackrabbit.core.state.obj.ObjectPersistenceManager > the content are stored in the blob folder of the workspace and > in the datastore. is this "works as designed" or is this a bug ? Currently, old persistence managers always store large objects in the blob folder. I'm not sure if we want to change those older persistence managers. I would prefer if we can deprecate them. Regards, Thomas