From jackrabbit-dev-return-276-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Thu Nov 04 16:32:35 2004 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 99066 invoked from network); 4 Nov 2004 16:32:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Nov 2004 16:32:35 -0000 Received: (qmail 26150 invoked by uid 500); 4 Nov 2004 16:32:34 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 26136 invoked by uid 99); 4 Nov 2004 16:32:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 04 Nov 2004 08:32:33 -0800 Received: (qmail 2934 invoked from network); 4 Nov 2004 16:32:32 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 4 Nov 2004 16:32:32 -0000 Message-ID: <78779188.1099585952308.JavaMail.apache@nagoya> Date: Thu, 4 Nov 2004 08:32:32 -0800 (PST) From: "Felix Meschberger (JIRA)" To: jackrabbit-dev@incubator.apache.org Subject: [jira] Created: (JCR-17) Creating and saving a mix:versionable node creates two VersionHistory nodes Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Creating and saving a mix:versionable node creates two VersionHistory nodes --------------------------------------------------------------------------- Key: JCR-17 URL: http://nagoya.apache.org/jira/browse/JCR-17 Project: Jackrabbit Type: Bug Environment: Jackrabbit SVN version 56603 Reporter: Felix Meschberger Steps: - Create a new mix:versionable node [ This creates a new VersionHistory node below jcr:persistentVersionStore and sets the new node's versionHistory property to the UUID of this VersionHistory node. ] - Save the session (or alternatively save the parent of the new node) [ This creates a new VersionHistory node below jcr:persistentVersionStore and sets the node's versionHistory property to the UUID of this VersionHistory node. ] As you can see, you end up with two VersionHistory nodes for the same node, of which the first VersionHistory node is never used again, because the second VersionHistory node is used from now on. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira