Hi there, I'd like to use felix EventAdmin as centralized event handler/dispatcher in my application in Karaf.
I know that EventAdmin can blacklist slow event handlers. However I would not like event handlers to be blacklisted at all. So could you please answer to the following questions: 1. How to configure Felix EventAdmin in Karaf by means of cfg files in Karaf? Is availability of org.apache.felix.eventadmin.impl.EventAdmin.cfg enough in the $KARAF_HOME/etc directory? 2. How to set org.apache.felix.eventadmin.IgnoreTimeout property of event admin properly? Is the following configuration right: org.apache.felix.eventadmin.IgnoreTimeout= org.osgi.framework., org.foo.*, org.bar.Clazz? Does the configuration above mean that all the event handlers will not have timeout for the events in the org.osgi.framework package such as org/osgi/framework/BundleEvent/INSTALLED, org/osgi/framework/BundleEvent/STARTED, etc., as well as for all the events in the org.foo package like org/foo/Event, org/foo/bar/Event, as well as for all the events like org/bar/Clazz/Event? Best Regards, Sergey _______________________________________________________ The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. If you need assistance please contact our Contact Center (+7495) 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp

