From users-return-7358-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri May 09 08:18:00 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 33017 invoked from network); 9 May 2008 08:17:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 08:17:59 -0000 Received: (qmail 6436 invoked by uid 500); 9 May 2008 08:18:00 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 6415 invoked by uid 500); 9 May 2008 08:18:00 -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 6404 invoked by uid 99); 9 May 2008 08:18:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 01:18:00 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stefan.guggisberg@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 08:17:14 +0000 Received: by wa-out-1112.google.com with SMTP id m33so1637931wag.9 for ; Fri, 09 May 2008 01:17:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=VwFKiHS8+N35pm7Fywzl4KdveOOMYnDiOWupkdkK6YA=; b=Sgl6DDAb0r3HuLSxDSjbXFqAtiCSqPlNtXy7yxaREqhEGFPT7ri/H+AJ2onI4PoUuB12JohElBHMjivywsL+B7QQIDo/RWzJusES4ZO41t3CW+UbyThRJKtjNUMy5tOc26+1gs2ff9b0T7MG1uxPh3BXPSmvZjo3JSN3AUN51uU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=avYRTdlbbVyE/uSnardnOZJugnH++ocI5Bpv2WFlO8hapNsaqrsYi9XY3rHKMqPiB1NT5t13Zw48NYnBkhxLeFQ3PQahe1zzadYKzSaM7Z9DlUntlGS77a/RFU/qnyQ4J5YCyWpPSSnAxj9kK//3VBKXozfhezlS8bQ+/SApmX8= Received: by 10.115.89.1 with SMTP id r1mr4000857wal.8.1210321048794; Fri, 09 May 2008 01:17:28 -0700 (PDT) Received: by 10.114.191.8 with HTTP; Fri, 9 May 2008 01:17:28 -0700 (PDT) Message-ID: <90a8d1c00805090117q367415d0wf608be1e5cae7a42@mail.gmail.com> Date: Fri, 9 May 2008 10:17:28 +0200 From: "Stefan Guggisberg" Reply-To: stefan.guggisberg@day.com Sender: stefan.guggisberg@gmail.com To: users@jackrabbit.apache.org Subject: Re: Use of diferent or same schemaObjectPrefixes In-Reply-To: <17128109.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <17079492.post@talk.nabble.com> <90a8d1c00805070114m654658cbm3ff74a32ab9f5027@mail.gmail.com> <17104806.post@talk.nabble.com> <17128109.post@talk.nabble.com> X-Google-Sender-Auth: 9c1ce2ad0e486ae7 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, May 8, 2008 at 6:33 PM, amsmota wrote: > > The reason I'm asking this is because I see that exists 4 sets of .ddl in the > application, and I changed only 2, corresponding to the DatabaseFileSystem / > DatabasePersistenceManager. What are this other 2 for? > > org.apache.jackrabbit.core.journal those are used by o.a.j.c.journal.DatabaseJournal. if you'e not using the clustering feature you don't have to care. > org.apache.jackrabbit.core.persistence.bundle those are used by o.a.j.c.persistence.bundle.BundleDbPersistenceManager and subclasses which are the (preferred) alternatives to DatabasePersistenceManager and subclasses. cheers stefan > > > > amsmota wrote: >> >> Do I have to be aware of other possible clashes besides DatabaseFileSystem >> / DatabasePersistenceManager ? >> > > -- > View this message in context: http://www.nabble.com/Use-of-diferent-or-same-schemaObjectPrefixes-tp17079492p17128109.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >