2
votes
1answer
52 views
What is the proper way of disabling an OSGi service at service start?
I have created an OSGi bundle with an exposed (declarative) service. If I, when activate is called, notice that something is amiss such that I can not provide the service, I need t …
5
votes
2answers
449 views
How do you communicate between eclipse declarative services and Views (ContentProviders)
Say you have an eclipse plugin with various views, these views should display data from some OSGi bundle that pushes data to the Views. Rather than have every view communicate wit …
