You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2013/02/01 14:40:12 UTC

[jira] [Created] (OAK-601) Node#getVersionHistory fails with UnsupportedOperationException

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