


We have a listener that's failing on us that has a filter that has filters like this.
(resourceType=ourOurg/components/content/ourComponent)
(resourceChangedAttributes=ctaPath)
(path=/content/*)
What's happening is that the event isn't firing. When I remove these filters and leave behind the path filter the event fires, but when I debug it it's missing those properties.
Views
Replies
Sign in to like this content
Total Likes
I thinks , this is duplicate post for AEM 6.3 Event problem
Views
Replies
Sign in to like this content
Total Likes
Hi,
It seems, it is deprecated you can try to use ResourceChangeListerner instead.
org.apache.sling.api.SlingConstants.TOPIC_RESOURCE_CHANGED
Register a ResourceChangeListener
instead
http://static.javadoc.io/org.apache.sling/org.apache.sling.api/2.11.0/deprecated-list.html
Thanks
Arun
Views
Replies
Sign in to like this content
Total Likes
I tried that and the data what changed is null. So I can (through either the event handler or the resource changed listener) listen for resource changes. It just looks like the subsystem won’t tell me what actually changed, which is what I need to fix this service.
Views
Replies
Sign in to like this content
Total Likes
I thinks , this is duplicate post for AEM 6.3 Event problem
Views
Replies
Sign in to like this content
Total Likes
I think you're right in hindsight. Fixing this.
Views
Replies
Sign in to like this content
Total Likes