Re: iPojo Event admin handling

2010-01-17 Thread Clement Escoffier
Hi, The Event Admin handler test suite has a test case sending an event storm and checking the reception of all of them (in async mode). In synchronization mode, it might be possible that the event handlers become blacklisted (if they don't return 'quickly'). So first, check if your handler a

Re: iPojo Event admin handling

2010-01-17 Thread Marcel Offermans
On Jan 18, 2010, at 4:14 , Vlatko Davidovski wrote: > Has anyone evaluated the performance of iPojo Event admin handling? Is there > any limited maximum number of events/data that can be sent per second. > When sending significant amount of events, I experienced that they don't > arrive at the s

iPojo Event admin handling

2010-01-17 Thread Vlatko Davidovski
Hi! Has anyone evaluated the performance of iPojo Event admin handling? Is there any limited maximum number of events/data that can be sent per second. When sending significant amount of events, I experienced that they don't arrive at the subscriber method. On the other hand, everything s

Re: Newbie: Tutorials not working

2010-01-17 Thread Richard S. Hall
On 1/17/10 3:30 PM, A.H. Oberthur wrote: 2010/1/17 A.H. Oberthur Hello, I have just begun evaluating Felix and have set up everything as described in 'getting started'. I have also set up my own Eclipse environment as described and now have a Felix project with: Felix - src - bin: her

Re: Newbie: Tutorials not working

2010-01-17 Thread A.H. Oberthur
> 2010/1/17 A.H. Oberthur > >> Hello, >> >> I have just begun evaluating Felix and have set up everything as >> described >> in 'getting started'. I have also set up my own Eclipse environment as >> described and now have a Felix project with: >> >> Felix >> - src >> - bin: here lies felix.jar >>

Re: building a felix distribution from sources

2010-01-17 Thread Karl Pauls
On Sun, Jan 17, 2010 at 4:24 PM, Stuart McCulloch wrote: > 2010/1/17 Daoud AbdelMonem Faleh > >> Richard S. Hall a écrit : >> > On 1/16/10 19:25, Daoud AbdelMonem Faleh wrote: >> >> Hi Felix Folks, >> >> >> >> Sorry I couldn't find in documentation neither can spot it from poms so >> >> I turn to

Re: building a felix distribution from sources

2010-01-17 Thread Stuart McCulloch
2010/1/17 Daoud AbdelMonem Faleh > Richard S. Hall a écrit : > > On 1/16/10 19:25, Daoud AbdelMonem Faleh wrote: > >> Hi Felix Folks, > >> > >> Sorry I couldn't find in documentation neither can spot it from poms so > >> I turn to you. > >> > >> I want to build the Felix Framework Distribution fr

Re: Newbie: Tutorials not working

2010-01-17 Thread Stuart McCulloch
2010/1/17 A.H. Oberthur > Hello, > > I have just begun evaluating Felix and have set up everything as described > in 'getting started'. I have also set up my own Eclipse environment as > described and now have a Felix project with: > > Felix > - src > - bin: here lies felix.jar > - bundles: org.a

Newbie: Tutorials not working

2010-01-17 Thread A.H. Oberthur
Hello, I have just begun evaluating Felix and have set up everything as described in 'getting started'. I have also set up my own Eclipse environment as described and now have a Felix project with: Felix - src - bin: here lies felix.jar - bundles: org.apache felix bundles - conf: felix config - c