Hi,I am able to listen property changes in AEM 6.3I have added JCR
events like below:protected void activate(ComponentContext context)
throws Exception { session =
repository.loginService("readService",null); observationManager =
session.getWorkspace().getObservationManager();
observationManager.addEventListener(this, Event.PROPERTY_ADDED |
Event.PROPERTY_CHANGED, "/content/AEM63App/fr/jcreventpage", true, null,
new String[]{"cq:PageContent","nt:unstructured"} , true);
//logger.debug("**********...