Methods are deprecated in 6.2
HI All,
We are checking an condition for triggering the event using the method EventUtil.isLocal(event) which is deprecated in 6.2 could you let us know if any alternates are available.
Thanks in advance.
HI All,
We are checking an condition for triggering the event using the method EventUtil.isLocal(event) which is deprecated in 6.2 could you let us know if any alternates are available.
Thanks in advance.
Hi,
the combination of the two proposed solutions helps when registering a event handler service:
import org.osgi.service.event.EventConstants;
import org.apache.sling.event.dea.DEAConstants;
@Property(name = EventConstants.EVENT_FILTER, value = "(!(" + DEAConstants.PROPERTY_APPLICATION + "=*))");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.