Version history recovery fails in case a version does not have a jcr:frozenNode
-------------------------------------------------------------------------------
Key: JCR-3017
URL: https://issues.apache.org/jira/browse/JCR-3017
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: versioning
Affects Versions: 2.2.0
Reporter: Honwai Wong
Priority: Minor
With JCR-2551 in place, a version recovery mode has been introduced. Problem
now is that in case a version is encountered that misses a mandatory
jcr:frozenNode, an InternalError is thrown by
o.a.j.c.version.InternalVersionHistoryImpl#createVersionInstance. Since
o.a.j.c.RepositoryChecker#checkVersionHistory only catches Exception, it fails
to catch it properly which leads to a complete repository shutdown.
Throwing for example a RuntimeException instead fixes the problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira