I don't know how to do things in Karaf, but for your second question:

> 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?


See the docs at
https://issues.apache.org/jira/browse/FELIX/fixforversion/12317147 -
the configuration of IgnoreTimeout is for the implementation class of
the event handler! It's not the topic. So if you configure "org.foo."
this means all implementations in this package are ignored for timeout
handling, with "org.foo*" all implementations in this package or sub
package are ignored and everything not ending in dot or start is
considered to be a complete class name like
"org.foo.impl.MyEventHandler"
But there is no way to define to ignore the timeout for all handlers
except listing all packages

Carsten


>
>
> 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
>
>



-- 
Carsten Ziegeler
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to