Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8498DBE8 for ; Thu, 18 Oct 2012 14:08:14 +0000 (UTC) Received: (qmail 3029 invoked by uid 500); 18 Oct 2012 14:08:13 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 2499 invoked by uid 500); 18 Oct 2012 14:08:08 -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 2389 invoked by uid 99); 18 Oct 2012 14:08:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2012 14:08:05 +0000 Date: Thu, 18 Oct 2012 14:08:04 +0000 (UTC) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1704696474.64056.1350569285025.JavaMail.jiratomcat@arcas> In-Reply-To: <1397878144.63339.1350556443873.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (JCR-3447) InternalValueFactory should use the DataStore whenever available MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCR-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3447: ------------------------------- Fix Version/s: 2.2.14 Makes sense. Merged also to the 2.2 branch in revision 1399667. > InternalValueFactory should use the DataStore whenever available > ---------------------------------------------------------------- > > Key: JCR-3447 > URL: https://issues.apache.org/jira/browse/JCR-3447 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core > Affects Versions: 2.2.13, 2.3.7, 2.4.3, 2.5.2 > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Fix For: 2.2.14, 2.4.4, 2.5.3 > > > Of the InternalValueFactory methods that create binary values, only {{create(InputStream)}} currently uses the data store (when configured), while the {{create(byte[])}} and {{create(File)}} methods don't. This is a bit troublesome since not having large binaries already in the data store when a session is saved will block all concurrent sessions until the binaries have been copied to the data store. A better alternative would be to always copy binary values to the data store as early as possible. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira