Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 89322 invoked from network); 30 Nov 2007 17:25:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2007 17:25:16 -0000 Received: (qmail 49533 invoked by uid 500); 30 Nov 2007 17:25:04 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 49424 invoked by uid 500); 30 Nov 2007 17:25:03 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 49415 invoked by uid 99); 30 Nov 2007 17:25:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 09:25:03 -0800 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: local policy) Received: from [85.128.97.70] (HELO ra.cognifide.pl) (85.128.97.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 17:24:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by ra.cognifide.pl (Postfix) with ESMTP id B283011B4CB6 for ; Fri, 30 Nov 2007 16:32:22 +0100 (CET) X-Virus-Scanned: amavisd-new at X-Spam-Score: -2.513 X-Spam-Level: Received: from ra.cognifide.pl ([127.0.0.1]) by localhost (ra.cognifide.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1sX1aXou79s2 for ; Fri, 30 Nov 2007 16:32:20 +0100 (CET) Received: from [192.168.35.162] (host-ip118-100.crowley.pl [85.128.100.118]) by ra.cognifide.pl (Postfix) with ESMTP id B9CCA11B4CA5 for ; Fri, 30 Nov 2007 16:32:20 +0100 (CET) Message-ID: <475046EC.3020401@cognifide.com> Date: Fri, 30 Nov 2007 18:22:52 +0100 From: Przemo Pakulski User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: BundleDBPersistenceManager and autoCommit mode References: <20034096.1196436583078.JavaMail.jira@brutus> In-Reply-To: <20034096.1196436583078.JavaMail.jira@brutus> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-2.513 tagged_above=-10 required=4 tests=[AWL=0.086, BAYES_00=-2.599] Is there any specific reason why BundlePM keep open connection in autoCommit mode, then switch on/off this flag during every call of store method, instead of keeping connection with autoCommit disabled. Thanks, Przemo