[
https://issues.apache.org/jira/browse/JCR-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063420#comment-13063420
]
Julian Reschke commented on JCR-3018:
-------------------------------------
test case added with r1145226:
NodeImplTest.testReferentialIntegrityCorruptionGetPath; it's currently disabled
in pom.xml (as known failure)
> save leading to ReferentialIntegrityException leaves the repository in
> inconsistent state
> -----------------------------------------------------------------------------------------
>
> Key: JCR-3018
> URL: https://issues.apache.org/jira/browse/JCR-3018
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-core
> Reporter: Julian Reschke
>
> This is similar to JCR-2503.
> After a failed save() due to ReferentialIntegrityException and a subsequent
> successfull save() operation, nodes that were transient upon the first save
> and were persisted in the 2nd save will be corrupted, a getPath() operation
> failing with:
> javax.jcr.InvalidItemStateException: Item does not exist anymore:
> 75fe7eb7-7747-476e-bba8-c7f6b7f6e1a8
> at
> org.apache.jackrabbit.core.ItemImpl.itemSanityCheck(ItemImpl.java:116)
> at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:90)
> at org.apache.jackrabbit.core.ItemImpl.getPath(ItemImpl.java:376)
> The test is identical to the one added for JCR-2503, except that the node
> does not get refetched using getNodeByIdentifier.
> (test case follows)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira