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 8EF42D26C for ; Fri, 8 Feb 2013 19:29:13 +0000 (UTC) Received: (qmail 94595 invoked by uid 500); 8 Feb 2013 19:29:13 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 94546 invoked by uid 500); 8 Feb 2013 19:29:13 -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 94537 invoked by uid 99); 8 Feb 2013 19:29:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 19:29:13 +0000 Date: Fri, 8 Feb 2013 19:29:12 +0000 (UTC) From: "Thibaut Rizzi (JIRA)" To: dev@jackrabbit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (JCR-3515) After export/import, predecessors and baseVersion of mix:versionable node systematically points to rootVersion. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Thibaut Rizzi created JCR-3515: ---------------------------------- Summary: After export/import, predecessors and baseVersion of mix:versionable node systematically points to rootVersion. Key: JCR-3515 URL: https://issues.apache.org/jira/browse/JCR-3515 Project: Jackrabbit Content Repository Issue Type: Bug Components: JCR 2.0, versioning Affects Versions: 2.4.3 Reporter: Thibaut Rizzi Priority: Minor When doing an export/import of system view XML into the same repository, jcr:predecessors and jcr:baseVersion of mix:versionable nodes do not point to the version which was pointed at export time but to rootVersion. For example, while in the exported XML, a node has the property baseVersion with the following value {{d1f205ad-53b8-4ed2-b74f-57cc5619108b}}. After import, baseVersion has the value {{ cff2de16-1427-4f70-bf60-b4f424d60066}} which points to the rootVersion, even if the version with uuid {{ d1f205ad-53b8-4ed2-b74f-57cc5619108b}} still exists in this version history. uuid behaviour used on import is IMPORT_UUID_COLLISION_THROW. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira