Event filter with event handler
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