Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28B19DF99 for ; Mon, 9 Jul 2012 07:41:42 +0000 (UTC) Received: (qmail 45950 invoked by uid 500); 9 Jul 2012 07:41:42 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 45550 invoked by uid 500); 9 Jul 2012 07:41:38 -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 45452 invoked by uid 99); 9 Jul 2012 07:41:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 07:41:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id BB598140541 for ; Mon, 9 Jul 2012 07:41:36 +0000 (UTC) Date: Mon, 9 Jul 2012 07:41:35 +0000 (UTC) From: =?utf-8?Q?Claus_K=C3=B6ll_=28JIRA=29?= To: dev@jackrabbit.apache.org Message-ID: <1728119353.21847.1341819696769.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (JCR-3378) The ConnectionHelper can return a closed Connection in BatchMode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Claus K=C3=B6ll created JCR-3378: ------------------------------- Summary: The ConnectionHelper can return a closed Connection i= n BatchMode Key: JCR-3378 URL: https://issues.apache.org/jira/browse/JCR-3378 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-core Affects Versions: 2.4.2 Reporter: Claus K=C3=B6ll Assignee: Claus K=C3=B6ll It is possible that the method inBatchMode() returns true and meanwhile the= connection will be closed. Closing the Connection and removing it from BatchMode is not synchronized. = I must check if we can handle it by order the close and remove. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira