Are event properties like resourceAddedAttributes and resourceChangedAttributes no longer supported in AEM 6.3? | Adobe Higher Education
Skip to main content
Level 3
May 22, 2018
解決済み

Are event properties like resourceAddedAttributes and resourceChangedAttributes no longer supported in AEM 6.3?

  • May 22, 2018
  • 4 の返信
  • 2695 ビュー

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.

このトピックへの返信は締め切られました。
ベストアンサー arunpatidar

I thinks , this is duplicate post for AEM 6.3 Event problem

4 の返信

arunpatidar
Community Advisor
Community Advisor
May 22, 2018
Arun Patidar
prestonModOp作成者
Level 3
May 22, 2018

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.

arunpatidar
Community Advisor
Community Advisor
May 22, 2018

I thinks , this is duplicate post for AEM 6.3 Event problem

Arun Patidar
prestonModOp作成者
Level 3
June 7, 2018

I think you're right in hindsight. Fixing this.