Re: EventAdmin

2010-06-14 Thread Carsten Ziegeler
Lucas Galfaso wrote > This was my understanding, but reading > > > 113.7.2 Asynchronous Event Delivery > ... > The Event Admin service can use more than one thread to deliver > events. If it does then it must guarantee that each handler receives > the events in the same order as the events were

Re: Unable to download Felix

2010-06-14 Thread Karl Pauls
Looks like our download page is broken. Can somebody jump in and fix this? You can download stuff from http://www.apache.org/dist/felix/ for now. Sorry, we'll fix it. Thanks for reporting. regards, Karl On Mon, Jun 14, 2010 at 9:40 PM, Ken Gilmer wrote: > Hi, I'm just trying to download Feli

Unable to download Felix

2010-06-14 Thread Ken Gilmer
Hi, I'm just trying to download Felix from http://felix.apache.org/site/downloads.cgi, but no matter what mirror I select I get: Page Not Found The page you were trying to reach could not be found. This could be because: - The page does not exist. - The page exists, but you do not have p

Re: EventAdmin

2010-06-14 Thread Lucas Galfaso
This was my understanding, but reading 113.7.2 Asynchronous Event Delivery ... The Event Admin service can use more than one thread to deliver events. If it does then it must guarantee that each handler receives the events in the same order as the events were posted. This ensures that handlers se

Re: EventAdmin

2010-06-14 Thread Peter Kriens
Any service by definition must be thread safe or it will fail ... guaranteed. There is no way to control what thread will call a service at what time in OSGi. Kind regards, Peter Kriens On 14 jun 2010, at 08:06, Carsten Ziegeler wrote: > Lucas Galfaso wrote >> Hi All, >> I am try