Sorry, I'm not sure if I'm misunderstanding, but the problem I'm seeing that's similar is I don't see the property changed / property added messages from Events. It appears to have been removed in AEM 6.3.
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.
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...
We have some code roughly like this. A Base Page Component that contains has an html.jsp page that adapts the BaseTemplate Component An Event Page Component that contains has an html.jsp page that adapts the EventTemplate Component The Event Page Component extends the Base Page Component. The EventP...
We've been trying to deploy the 5.1.6 version of Brightcove Connector. This version of Brightcove Connector has a customization under brightcove-view located at /apps/dam/content/asseteditors/video. We also have a customization in our codebase at /apps/dam/content/schemaeditors. When we deploy with ...