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: jackrabbit-core
Affects Versions: 2.2.0
Environment: WIN XP
JDK 1.6
JBOSS 4.2
Reporter: codeparser
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