-
Bug
-
Resolution: Done
-
Critical
-
5.0.0.Final
-
None
I am calling org.modeshape.jcr.JcrSession.nodeExists. When the repository is empty I very often get this error:
Caused by: javax.jcr.ItemNotFoundException: The node with key 44804707505d64/ no longer exists. at org.modeshape.jcr.AbstractJcrNode.node(AbstractJcrNode.java:207) at org.modeshape.jcr.JcrSession.node(JcrSession.java:667) at org.modeshape.jcr.JcrSession.nodeExists(JcrSession.java:942)
I never saw this with ModeShape 4.2.0.Final (from which I am trying to migrate).
Is this a known issue? Is the workaround to catch this exception and treat this as though the node does not exist?
- causes
-
MODE-2677 BufferingSequence.loadAll() depend on the order of batches
- Resolved