You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Oliver Lietz (JIRA)" <ji...@apache.org> on 2018/09/14 19:23:00 UTC

[jira] [Created] (OAK-7756) Node stores are not registered as Observable

Oliver Lietz created OAK-7756:
---------------------------------

             Summary: Node stores are not registered as Observable
                 Key: OAK-7756
                 URL: https://issues.apache.org/jira/browse/OAK-7756
             Project: Jackrabbit Oak
          Issue Type: Bug
            Reporter: Oliver Lietz


The recently released [Sling Clam module|https://github.com/apache/sling-org-apache-sling-clam] uses the NodeStore service for listening to add and change events.
That works fine on Sling but a cast to {{Observable}} is required.
On AEM it works not OOTB as {{com.day.crx.sling.server.impl.jmx.SecureContentRepositoryAccess}} prevents direct access to {{NodeStore}} and therefore {{SecureContentRepositoryAccess}} component has to be disabled to make it work.
To get rid of the cast and the limitation on AEM node stores should be registered as {{Observable}} also.

 * {{SegmentNodeStore}} in {{SegmentNodeStoreService}}
 * {{DocumentNodeStore}} in {{DocumentNodeStoreService}}
 * {{CompositeNodeStore}} in {{CompositeNodeStoreService}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)