Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 87367 invoked from network); 2 Oct 2007 10:09:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 10:09:12 -0000 Received: (qmail 22141 invoked by uid 500); 2 Oct 2007 10:09:01 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 22113 invoked by uid 500); 2 Oct 2007 10:09:01 -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 22102 invoked by uid 99); 2 Oct 2007 10:09:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 03:09:01 -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; Tue, 02 Oct 2007 10:09:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9ABDF71417D for ; Tue, 2 Oct 2007 03:08:50 -0700 (PDT) Message-ID: <17330117.1191319730606.JavaMail.jira@brutus> Date: Tue, 2 Oct 2007 03:08:50 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1141) LockOperation - In a clustered environment, a lock created on one server is not sent to the other servers. In-Reply-To: <7334126.1190301391455.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-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1141: ------------------------------- Fix Version/s: 1.3.2 Merged to the 1.3 branch in revision 581181. > LockOperation - In a clustered environment, a lock created on one server is not sent to the other servers. > ---------------------------------------------------------------------------------------------------------- > > Key: JCR-1141 > URL: https://issues.apache.org/jira/browse/JCR-1141 > Project: Jackrabbit > Issue Type: Bug > Components: clustering > Affects Versions: 1.3.1 > Environment: Clustered Install of Jackrabbit > Reporter: John Brodeur > Assignee: Dominique Pfister > Priority: Minor > Fix For: 1.3.2 > > > The cluster operation for a lock (LockOperation) always has the isLock variable set to false. > The operation to represent a lock should set the isLock variable to true. > /** > * Flag indicating whether this is a lock. > */ > private boolean isLock; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.