Re: [osgi-dev] Get Bundle for package and version

2018-11-12 Thread Tim Ward via osgi-dev
al message - >> From: "Jürgen Albert via osgi-dev" >> <mailto:osgi-dev@mail.osgi.org> >> Sent by: osgi-dev-boun...@mail.osgi.org >> <mailto:osgi-dev-boun...@mail.osgi.org> >> To: osgi-dev@mail.osgi.org <mailto:osgi-dev@mail.osgi.org

Re: [osgi-dev] Get Bundle for package and version

2018-11-12 Thread Jürgen Albert via osgi-dev
: "Jürgen Albert via osgi-dev" Sent by: osgi-dev-boun...@mail.osgi.org To: osgi-dev@mail.osgi.org Cc: Subject: [osgi-dev] Get Bundle for package and version Date: Mon, Nov 12, 2018 6:58 AM Hi, I have a whiteboard, that needs to consume a remote service.

Re: [osgi-dev] Get Bundle for package and version

2018-11-12 Thread Thomas Watson via osgi-dev
Can you explain why you need to know the exporter in this case?  It sounds like you have to be using reflection to call the service, in which case I would not think the wiring mattered.  If you need to know exactly the exporting bundle of the API then one approach would be to get the service

[osgi-dev] Get Bundle for package and version

2018-11-12 Thread Jürgen Albert via osgi-dev
Hi, I have a whiteboard, that needs to consume a remote service. Neither the RSA that registers the service proxy nor my whiteboard that needs to work with the interface has a wiring to the API Bundle. What the RSA does tell me, is the packages and the versions of the API Interfaces. Now I'm