I'm still having some issues with this. I have a 2 (maybe 3) event handlers in my app and I've recently started having blacklist issues. I don't know what's causing it since the handlers themselves haven't changed and should run very quickly, probably under a 10 millis or so in most cases.
Anyway, per Ben Graf's response below, I updated file org.apache.felix.eventadmin.impl.EventAdmin.cfg with the following line: org.apache.felix.eventadmin.IgnoreTimeout=com.medline.* Given the description of the property, I expected this to cover all the event handlers in my app but I'm still seeing at least one of the handlers get blacklisted. Is the syntax wrong or are there any other recommendations regarding this? Thanks in advance, Scott From: Benjamin Graf [mailto:[email protected]] Sent: Wednesday, June 13, 2018 11:16 AM To: [email protected] Subject: Re: Event admin blacklisting? Hi Scott, timeout for blacklisting is 5000ms. (see http://felix.apache.org/documentation/subprojects/apache-felix-event-admin.html) Regards Benjamin Am 13.06.2018 um 17:41 schrieb Leschke, Scott: > I'm having an issue where events sto
