Hi,
I am using AEM 6.5 on premise version and in my case it works in a different way than described by you. It works in my case exactly as I have written in my original question:
According to my analysis (I have checked it in a debugger), the listener receives the following events when a page is m...
Hi arunpatidar,
Will the ResourceChangeListener receive a pair of events (ADDED and REMOVED) in a single call only when a page has been moved and not in any other case?
Is a solution using the ResourceChangeListener more recommended or better in any way than using a javax.jcr.observation.EventList...
Hi Jörg_Hoh,
Thank you for your reply. Do you mean that the ResourceChangeListener will receive such a pair of events (ADDED and REMOVED) in a single call only when a page has been moved and not in any other case? - It is very important for me to be sure about that, because otherwise the solution i...
Hi arunpatidar,
Thank you for your reply. Is this solution not deprecated? - I don't know, I just ask you.
I had read the blog post "The deprecation of Sling Resource Events" by Jörg_Hoh and understood from it earlier, that the solution using the ResourceChangeListener is generally recommended...
Hi,
If a page is moved, then my listener shall react to it. - The listener needs the old and the new path of the moved page in order to move another resource which is located at a different root path in the repository accordingly.
The listener implements the ResourceChangeListener and therefore ...
Hi svitlanab794551,
Which solution did you find? I have a very similar problem. I have noticed that a listener receives among others a list containing a pair of events after a page has been moved - one of type ADDED and the second one of type REMOVED. This pair of events contains the source and tar...
Hi @arunpatidar , I read now the information under the link which you provided and it looks like in this way I can delete any group, but will it also delete all related entries (references to that group) in the Access Control Lists (ACLs) of all pages? Because deleting only a group is simple program...
Hi @arunpatidar , I have read about the AC Tool and how it can be used.We didn't create the groups manually, but programmatically. However, we didn't use the AC Tool in order to create the groups. Therefore, as far as I understood, we cannot use the AC Tool in order to delete the existing groups, ca...
Hi @arunpatidar , Thank you for your reply. I will read about this tool. We are currently not using it, but I will analyse if it's something useful for us.
Hi @SantoshSai , I should have mentioned in my question that I have already read the question and answer which had been posted on Stack Overflow over 5 years ago and copied by you:https://stackoverflow.com/questions/38669003/aem-after-deleting-user-groups-reppolicy-nodes-remain-intactWas it maybe yo...