JCR2SPI: updating events swallowed (CacheBehavior.OBSERVATION)
--------------------------------------------------------------
Key: JCR-1799
URL: https://issues.apache.org/jira/browse/JCR-1799
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-jcr2spi
Reporter: angela
Assignee: angela
with CacheBehavior.OBSERVATION the hierarchy held within jcr2spi is updated
based on events.
if Session-A persistently adds a mix:referenceable to a Node that is already
loaded in Session-B, the latter will not be informed about this change.
Reason: upon processing the SPI Event (-> HierarchyEventListener#onEvent) the
parent is retrieved by the Event ItemId, which in the former case contains a
uniqueID part, which is not known yet to the listening Session-B.
Consequently the NodeEntry affected by the event is not updated.
Possible fix: If looking up the parent entry of the event doesn't succeed, a
2nd lookup using the Event path should be performed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.