Hi,I am trying to trigger an event when any file is uploaded under
particular path. I am using Event_filter to specify the path.Sample code
snippet:@Properties({@Property(name=EventConstants.EVENT_TOPIC,
value={SlingConstants.TOPIC_RESOURCE_ADDED,SlingConstants.TOPIC_RESOURCE_CHANGED})@Property(name=EventConstants.EVENT_FILTER,
value="(Path=/content/fca-brands/na/jeep/product-data)")}) and the same
is working when when I remove the EVENT_FILTER property.Can some one
help me here.