Event filter with event handler | Community
Skip to main content
bsr060893
Level 3
February 4, 2020
Solved

Event filter with event handler

  • February 4, 2020
  • 2 replies
  • 3679 views

Hi,

As per this https://github.com/arunpatidar02/aem63app-repo/blob/master/java/TestEventHandler.java

 

Event filter is added , I have added the event filter to replication.actiate type.

But due to the mistake in event filter replication.activate is not triggering.

If I remov the event filter it is working fine.

I wanted a event filter to set to pages below /content/myproj so that replication triggers only for.those page activation.

@arunpatidar could you help in resolving the above 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jakej40603950

Not entirely sure what your question is - do you want any pages created or modified under /content/myproj to be automatically replicated?

 

If so, why not just use a launcher workflow instead of trying to implement an event handler for it? The launcher can be set on the path /content/myproj and be associated with the replication workflow for this (that is if I got your question right)

2 replies

jakej40603950Accepted solution
Level 5
February 4, 2020

Not entirely sure what your question is - do you want any pages created or modified under /content/myproj to be automatically replicated?

 

If so, why not just use a launcher workflow instead of trying to implement an event handler for it? The launcher can be set on the path /content/myproj and be associated with the replication workflow for this (that is if I got your question right)

arunpatidar
Community Advisor
Community Advisor
February 18, 2020