Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 60866 invoked from network); 9 Feb 2011 13:57:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2011 13:57:11 -0000 Received: (qmail 51668 invoked by uid 500); 9 Feb 2011 13:57:11 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 51340 invoked by uid 500); 9 Feb 2011 13:57:08 -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 51329 invoked by uid 99); 9 Feb 2011 13:57:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 13:57:07 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,TRACKER_ID,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of carlo.camerino@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-iw0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 13:57:01 +0000 Received: by iwn6 with SMTP id 6so150023iwn.1 for ; Wed, 09 Feb 2011 05:56:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=QvTyL+zeOXpfpZLZJ44Vu5ChdB2MdCPPvkT+SJPKP3I=; b=bJte60SYqDggYO5qT2WcYUTx2J6xEThlAdNGPWJyXo5RrOzB1LJ3Tt5J8yt17pfQ9N LIP5QvU8QOru/x1QyCc+SX60XkdhMOQa2Jdu4h3pxKFLuATiXgVbCc1xadkRON+qflBH lC9Sk+ZNNKJuZtll5akK+Hr8Yac6RqrksIvc8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=v83tv0BN0Tb9Ygmyi35Rl28jUH59/SOuGrNjfF4kSAp8wzi5b6R/g7eJHQMWKJ5MWJ fABSr/y5+q12V/L+EiJLf0WNdCestsNDFGYbrcj9mNzh4jfgfqE3SjHv3pRZbsNQY969 4Ae9POk2XH5t47LmcD3Gj8EU42igyxpEKObdQ= MIME-Version: 1.0 Received: by 10.42.218.5 with SMTP id ho5mr21875456icb.403.1297259800713; Wed, 09 Feb 2011 05:56:40 -0800 (PST) Received: by 10.42.228.136 with HTTP; Wed, 9 Feb 2011 05:56:40 -0800 (PST) Date: Wed, 9 Feb 2011 21:56:40 +0800 Message-ID: Subject: How TO Determine A File Name in repository Coming From The UUID From: Carlo Camerino To: users@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=20cf3054ab419a59b3049bd9d5d9 --20cf3054ab419a59b3049bd9d5d9 Content-Type: text/plain; charset=ISO-8859-1 Hi, As per my understanding of Jackrabbit it store the files in the file system with its uuid. 000edb659bf4ada0c0f5a8c9b30ed3183de8d061 for example this would be stored as 00/0e/db/000edb659bf4ada0c0f5a8c9b30ed3183de8d061 but in the jackrabbit db it's stored with UUID_ with this kind of format 45dd51a1-2704-47bc-9e9a-b865b247a305 question is, how do iget the file name given that i have a uuid? --20cf3054ab419a59b3049bd9d5d9--