Hi,
I am a
java developer new in OSGi. It will be very appreciated if you help me one issue.
I want to call service that is in bundle in OSGi container from the managed bean outside the OSGi envirement. As an example, when a request will come , the managed bean will call service in OSGi container then sent the data from OSGi service as response. Is it valid senario. if yes, how can I connect to OSGi bundle from managed bean.? A small example will be very helpful.
BR,