From dev-return-22473-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Mar 23 19:48:12 2009 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 77435 invoked from network); 23 Mar 2009 19:48:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Mar 2009 19:48:12 -0000 Received: (qmail 52268 invoked by uid 500); 23 Mar 2009 19:48:12 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 52182 invoked by uid 500); 23 Mar 2009 19:48:11 -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 52174 invoked by uid 99); 23 Mar 2009 19:48:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 19:48:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2009 19:48:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 03C7C234C041 for ; Mon, 23 Mar 2009 12:47:51 -0700 (PDT) Message-ID: <1127327853.1237837671014.JavaMail.jira@brutus> Date: Mon, 23 Mar 2009 12:47:51 -0700 (PDT) From: "Dan Diephouse (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-673) Add seperate configuration for blobstore In-Reply-To: <8481302.1165930101168.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Diephouse updated JCR-673: ------------------------------ Attachment: blob.patch We took a separate route and made this patch which allows you to configure an externalBLOBDirectory parameter on the persistence manager. Would be great if we could get a mechanism for this of some sorts in 1.6! > Add seperate configuration for blobstore > ---------------------------------------- > > Key: JCR-673 > URL: https://issues.apache.org/jira/browse/JCR-673 > Project: Jackrabbit Content Repository > Issue Type: New Feature > Components: config > Affects Versions: 0.9, 1.0, 1.0.1, 1.1, 1.1.1 > Reporter: Tobias Bocanegra > Assignee: Jukka Zitting > Attachments: blob.patch, JCR-673.486683.patch > > > currently the blobstore of a persistence manager cannot be configured individually. its is implied in the configuration of the persistence manager (e.g. useExternalBlobs param). > suggest to introduce new configuration as nested element of the configuration. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.