Re: EventAdmin Bundle Installation

2014-02-02 Thread masti whoknows
Offermans marcel.offerm...@luminis.eu wrote: On 01 Feb 2014, at 23:20 pm, masti whoknows masti...@yahoo.com wrote:     Here is simple Java code that I am using to install the EventAdmin bundle //now install the EventAdmin: org.apache.felix.eventadmin 1.3.2 Bundle eventAdminBundle

Re: EventAdmin Bundle Installation

2014-02-02 Thread masti whoknows
njbartl...@gmail.com wrote: On Sun, Feb 2, 2014 at 4:16 PM, masti whoknows masti...@yahoo.com wrote: Thanks Marcel for the quick response.   Can someone help clarify: Can I use EventAdmin to pass the event data from an non-osgi bundle to an osgi bundle? Or is the eventAdmin only used

EventAdmin Bundle Installation

2014-02-01 Thread masti whoknows
Hi OSGi Gurus,       I am new to OSGi. I have an application that processes messages/metrics events in a high volume      My main application which recieves these events/metrics is an non-OSGi bundle. However, the task for this application is to forward the event/payload to an OSGi bundle. I