Blacklisting happens when an Event Admin implementation determines that an Event Handler is “stuck” or “too slow” <https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.event.html#d0e47607>. If you put a breakpoint into your event handler then this will almost certainly trigger blacklisting because your human-driven debug stepping will take “too long” and cause Event Admin to think that your handler is broken.
All the best, Tim > On 1 May 2020, at 15:08, Maurice Betzel <[email protected]> wrote: > > So the questions remains, when does blacklisting happen? Only on resource > starvation or has someone else discovered something else regarding this > topic? > > > > ----- > if ( you want ) { you can } else { you can't } > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
