angela created OAK-601:
--------------------------

             Summary: Node#getVersionHistory fails with 
UnsupportedOperationException
                 Key: OAK-601
                 URL: https://issues.apache.org/jira/browse/OAK-601
             Project: Jackrabbit Oak
          Issue Type: Sub-task
          Components: jcr
            Reporter: angela


the following test fails with 
"UnsupportedRepositoryOperationException: Node does not have a version history: 
/testroot"
although the version history exists and is accessible both by
UUID and from the jcr VersionManager. 

{code}
@Test
    public void testGetVersionHistoryFromNode() throws Exception {
        testRootNode.addMixin(JcrConstants.MIX_VERSIONABLE);
        superuser.save();

        VersionHistory vh = testRootNode.getVersionHistory();
    }
{code}


--
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

Reply via email to