Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 6737 invoked from network); 15 Aug 2009 08:57:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Aug 2009 08:57:57 -0000 Received: (qmail 31666 invoked by uid 500); 15 Aug 2009 08:58:03 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 31565 invoked by uid 500); 15 Aug 2009 08:58:03 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 31446 invoked by uid 99); 15 Aug 2009 08:58:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 08:58:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 08:57:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B5E5F234C4B4 for ; Sat, 15 Aug 2009 01:57:15 -0700 (PDT) Message-ID: <941155297.1250326635744.JavaMail.jira@brutus> Date: Sat, 15 Aug 2009 01:57:15 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-849) Lacking atomicity for modify operations on schema subentry In-Reply-To: <27560919.1171269186255.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSERVER-849: ---------------------------------------- Fix Version/s: (was: 1.5.5) 2.0.0-RC1 Postponed to 2.0.0-RC1 > Lacking atomicity for modify operations on schema subentry > ---------------------------------------------------------- > > Key: DIRSERVER-849 > URL: https://issues.apache.org/jira/browse/DIRSERVER-849 > Project: Directory ApacheDS > Issue Type: Bug > Components: schema > Affects Versions: 1.5.1, 1.5.0 > Reporter: Alex Karasulu > Fix For: 2.0.0-RC1 > > > Sometimes a modify operation may add or remove multiple schema entities. If one is bad yet others are not the modification for the bad entity is rejected while others are not. This failure of one entity should cause the entire operation to rollback to preserve atomicity of the modify operation on the schema subentry. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.