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] [Updated] (OAK-601) Node#getVersionHistory fails with UnsupportedRepositoryOperationException

     [ https://issues.apache.org/jira/browse/OAK-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela updated OAK-601:
-----------------------

    Summary: Node#getVersionHistory fails with UnsupportedRepositoryOperationException  (was: Node#getVersionHistory fails with UnsupportedOperationException)
    
> Node#getVersionHistory fails with UnsupportedRepositoryOperationException
> -------------------------------------------------------------------------
>
>                 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