Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 87260 invoked from network); 22 Feb 2007 08:15:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2007 08:15:35 -0000 Received: (qmail 82381 invoked by uid 500); 22 Feb 2007 08:15:43 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 82094 invoked by uid 500); 22 Feb 2007 08:15:42 -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 82085 invoked by uid 99); 22 Feb 2007 08:15:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 00:15:42 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jukka.zitting@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 00:15:31 -0800 Received: by ug-out-1314.google.com with SMTP id p31so54368ugc for ; Thu, 22 Feb 2007 00:15:10 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=auFHVaQi3E/zF+MdaEEN18Syd6b66X51Qux/QrOBabsO4+sCwGiheVtH2ukIzclMC7QODiu4TRO5Ob61b9rhY0psZlzS3WBcqV+J6H/X94Kf5F+sO/oyGevUC469Mi7Te7i6gmyBdTPZikW/zDX5vIlXApPHT/eGYU2+spA6P/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PWLTC9hmPK8QfqPeKKYupNePpmHWEE6lzbAVICBHKpgaDZzdam4CkzUVgYA+gC8sUJEH2iH4KMkHUQPpPWcWvTZsxEmioFQAdsYkVRflu4ylMIZwFfZV6hrQQwRYgu2t+CVe70PCm8kBmndvNZ0DF+2cK23K/ZrKT0PR43b4mgU= Received: by 10.78.146.11 with SMTP id t11mr30762hud.1172132109354; Thu, 22 Feb 2007 00:15:09 -0800 (PST) Received: by 10.78.106.19 with HTTP; Thu, 22 Feb 2007 00:15:09 -0800 (PST) Message-ID: <510143ac0702220015h3af92d14y8489dad321c17687@mail.gmail.com> Date: Thu, 22 Feb 2007 10:15:09 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Persistence Manager in Production Environment In-Reply-To: <96ab3ced0702212008t6718b5fcy76ed6aba6fcacf5f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <90a8d1c00702210233h7a205a75q75de4b7b9abbea0a@mail.gmail.com> <90a8d1c00702210454g1e21fb83j7e89e5727c75afb4@mail.gmail.com> <96ab3ced0702212008t6718b5fcy76ed6aba6fcacf5f@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 2/22/07, Michael Neale wrote: > Stephan - isn't this needed so JCR transactions can participate in a wide > JTA transaction? > I find the suggestion otherwise quite alarming ! Jackrabbit explicitly manages it's part of a distributed transaction, and having the underlying database connection externally managed actually breaks the transaction support within Jackrabbit. BR, Jukka Zitting