Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 967D7E852 for ; Wed, 28 Nov 2012 16:34:55 +0000 (UTC) Received: (qmail 43092 invoked by uid 500); 28 Nov 2012 16:34:55 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 42825 invoked by uid 500); 28 Nov 2012 16:34: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 42797 invoked by uid 99); 28 Nov 2012 16:34:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 16:34:48 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aklimets@adobe.com designates 64.18.1.29 as permitted sender) Received: from [64.18.1.29] (HELO exprod6og112.obsmtp.com) (64.18.1.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 16:34:41 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob112.postini.com ([64.18.5.12]) with SMTP ID DSNKULY9DMnATEFIM1/ewAT0ckAtUeY12UG3@postini.com; Wed, 28 Nov 2012 08:34:21 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qASGVS1v022157 for ; Wed, 28 Nov 2012 08:31:29 -0800 (PST) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id qASGVxY6024879 for ; Wed, 28 Nov 2012 08:34:18 -0800 (PST) Received: from eurcas01.eur.adobe.com (10.128.4.27) by nahub02.corp.adobe.com (10.8.189.98) with Microsoft SMTP Server (TLS) id 8.3.279.1; Wed, 28 Nov 2012 08:33:57 -0800 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurcas01.eur.adobe.com ([10.128.4.27]) with mapi; Wed, 28 Nov 2012 16:33:55 +0000 From: Alexander Klimetschek To: "users@jackrabbit.apache.org" Date: Wed, 28 Nov 2012 16:33:48 +0000 Subject: Re: Avoid binary streaming Thread-Topic: Avoid binary streaming Thread-Index: Ac3Nhih5YH/iTa8uQhCc4GPt0+kmWA== Message-ID: References: <1349359371542-4656705.post@n4.nabble.com> <2F99D335-C973-4D2D-B018-5A8663616EAD@adobe.com> <25F8304795F51B4396FF549AE1AB0C1BB9B9DC46@S-HQMX8.pmbelz.de> In-Reply-To: <25F8304795F51B4396FF549AE1AB0C1BB9B9DC46@S-HQMX8.pmbelz.de> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 28.11.2012, at 12:10, Cech. Ulrich wrote: > That's basically correct, but sometimes, it is important to have the file= directly. In combination with some long-life hardware storage systems, it = is necessary to change the file attribute and/or the "lastmodified"... I don't know exactly what you mean... generally speaking, managing its file= s is the task of the persistence layer in Jackrabbit, i.e. the datastore im= plementation, and not the application level above the JCR API. Cheers, Alex=