Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 77735 invoked from network); 2 Apr 2009 14:45:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Apr 2009 14:45:47 -0000 Received: (qmail 37552 invoked by uid 500); 2 Apr 2009 14:45:46 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 37536 invoked by uid 500); 2 Apr 2009 14:45:46 -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 37525 invoked by uid 99); 2 Apr 2009 14:45:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 14:45:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tmueller@day.com designates 207.126.148.181 as permitted sender) Received: from [207.126.148.181] (HELO eu3sys201aog001.obsmtp.com) (207.126.148.181) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Apr 2009 14:45:38 +0000 Received: from source ([209.85.220.171]) by eu3sys201aob001.postini.com ([207.126.154.11]) with SMTP ID DSNKSdTPfGQx/cF2urvz1YPmVQg6mYAZCBIt@postini.com; Thu, 02 Apr 2009 14:45:18 UTC Received: by fxm19 with SMTP id 19so570859fxm.26 for ; Thu, 02 Apr 2009 07:45:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.116.9 with SMTP id k9mr24423bkq.159.1238683515985; Thu, 02 Apr 2009 07:45:15 -0700 (PDT) In-Reply-To: <120673e866b.-8517975811009343297.7866369173756371028@gmail.com> References: <120673e866b.-8517975811009343297.7866369173756371028@gmail.com> Date: Thu, 2 Apr 2009 16:45:15 +0200 Message-ID: <91f3b2650904020745tf9b1151n255984119cf642bb@mail.gmail.com> Subject: Re: Whats the need of repository when theres PM .. From: =?ISO-8859-1?Q?Thomas_M=FCller?= To: users@jackrabbit.apache.org Cc: madhusudhanan23 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, For me, the expression 'stored in the repository' includes the data stored in the persistence manager. You probably mean what is stored outside the persistence manager. Currently, this is - Configuration files - The Lucene index (search) - The Data Store if configured - The Cluster Journal if configured See also: http://wiki.apache.org/jackrabbit/ConfigurationOverview Regards, Thomas