Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 7222 invoked from network); 2 Mar 2011 08:32:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Mar 2011 08:32:07 -0000 Received: (qmail 14523 invoked by uid 500); 2 Mar 2011 08:32:07 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 14201 invoked by uid 500); 2 Mar 2011 08:32:03 -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 14163 invoked by uid 99); 2 Mar 2011 08:32:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 08:32:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 08:31:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 509E14BA59 for ; Wed, 2 Mar 2011 08:31:37 +0000 (UTC) Date: Wed, 2 Mar 2011 08:31:37 +0000 (UTC) From: "Stefan Guggisberg (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1478092862.7439.1299054697326.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <393979721.7376.1299052058025.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (JCR-2907) can't get versionable node's child property after restore within transaction 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/JCR-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2907: ----------------------------------- Component/s: (was: jackrabbit-core) versioning transactions > can't get versionable node's child property after restore within transaction > ---------------------------------------------------------------------------- > > Key: JCR-2907 > URL: https://issues.apache.org/jira/browse/JCR-2907 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: transactions, versioning > Affects Versions: 2.2.0 > Environment: WIN XP > JDK 1.6 > JBOSS 4.2 > Reporter: codeparser > Attachments: restore_test_case.txt > > > The case is as follows: > 1. create a versionable node named "folder" and create five child and add some property to the children. > 2. checkout the node "folder", and add a new child, and then save > 3. begin a transaction > 4. get a new jackrabbit session > 5. get the node "folder", and restore to its base version > 6. get "folder"'s child, all the children could be getton, but the children's property lost. > but after commit the transaction, the content in the database is corret. > 7.commit transaction -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira