CachingHierarchyManager synchronization problem -----------------------------------------------
Key: JCR-1380 URL: https://issues.apache.org/jira/browse/JCR-1380 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-core Affects Versions: 1.4 Reporter: Thomas Mueller Assignee: Thomas Mueller The method CachingHierarchyManager.resolveNodePath(..) does not synchronize on the cacheMonitor object. This can result in an endless loop in cache(), in NullPointerException or in other unexpected behavior in CachingHierarchyManager. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.