Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 14163 invoked from network); 24 Oct 2007 12:55:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 12:55:12 -0000 Received: (qmail 39191 invoked by uid 500); 24 Oct 2007 12:55:00 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 38814 invoked by uid 500); 24 Oct 2007 12:54:59 -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 38805 invoked by uid 99); 24 Oct 2007 12:54:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 05:54:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 12:55:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 189C371422C for ; Wed, 24 Oct 2007 05:54:51 -0700 (PDT) Message-ID: <27450881.1193230491098.JavaMail.jira@brutus> Date: Wed, 24 Oct 2007 05:54:51 -0700 (PDT) From: "angela (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1108) JCR2SPI: error level logging when cleaning up session locks In-Reply-To: <3102112.1188833698857.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1108. ------------------------- Resolution: Fixed Fix Version/s: 1.4 > JCR2SPI: error level logging when cleaning up session locks > ------------------------------------------------------------ > > Key: JCR-1108 > URL: https://issues.apache.org/jira/browse/JCR-1108 > Project: Jackrabbit > Issue Type: Improvement > Components: SPI > Reporter: Julian Reschke > Assignee: angela > Priority: Minor > Fix For: 1.4 > > > LockManagerImpl.loggingOut() tries to unlock nodes that have a session lock. If, while doing so, a RepositoryException is thrown, this gets locked on error level. > The TCK tests tearDown code removes test nodes using a separate session; thus we see RepositoryExceptions for the simple reason that the nodes have already been removed by somebody else. > Proposal: handle ItemNotFoundExc and PathNotFoundExc separately, not logging them. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.