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 108979534 for ; Tue, 20 Dec 2011 15:16:39 +0000 (UTC) Received: (qmail 53058 invoked by uid 500); 20 Dec 2011 15:16:38 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 53001 invoked by uid 500); 20 Dec 2011 15:16:38 -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 52993 invoked by uid 99); 20 Dec 2011 15:16:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2011 15:16:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jukka.zitting@gmail.com designates 74.125.82.50 as permitted sender) Received: from [74.125.82.50] (HELO mail-ww0-f50.google.com) (74.125.82.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2011 15:16:32 +0000 Received: by wgbdr11 with SMTP id dr11so12615508wgb.19 for ; Tue, 20 Dec 2011 07:16:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ZJokSQLR9AjSyUwevoHSIUhJhuLw5pvqRzz8cs4HB6o=; b=mMUysWzzO9N4KzteHWibcSUSpCYLNmnF9Z7GqCDyvmNr7hKVnUPqNnj9C1yRa6rKk2 OGa8A525xS/ilvEKm+583vtuw5SvBQLvGgcLoigkxCvPTTXoiduHeW4Kr+Pm2dBMlubi NBHyZE0hgGkT0imlXWdG4Q7zehGgLcuUu44xo= Received: by 10.227.203.195 with SMTP id fj3mr2176690wbb.12.1324394172163; Tue, 20 Dec 2011 07:16:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.99.65 with HTTP; Tue, 20 Dec 2011 07:15:50 -0800 (PST) In-Reply-To: <1324372468582-4217137.post@n4.nabble.com> References: <1324372468582-4217137.post@n4.nabble.com> From: Jukka Zitting Date: Tue, 20 Dec 2011 16:15:50 +0100 Message-ID: Subject: Re: Multiple Workspace each with different persistence manager To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Tue, Dec 20, 2011 at 10:14 AM, goutham_pn wrote: > But we are planning to use separate persistence manager for each workspace > that we create dynamically. The alternative createWorkspace() method signature [1] in JackrabbitWorkspace allows you to specify the workspace.xml template to use for the new workspace. [1] http://jackrabbit.apache.org/api/2.2/org/apache/jackrabbit/api/JackrabbitWorkspace.html#createWorkspace(java.lang.String, org.xml.sax.InputSource) BR, Jukka Zitting