So :
final Dictionary<String, Object> serviceProperties = new
Hashtable<String, Object>();
serviceProperties.put("service.exported.interfaces", "*");
context.registerService(Service.class.getName(), new ServiceImpl(),
serviceProperties);
Le 28.03.2014 12:36, Christian Schneider a écrit :
How do you export your service? Can you provide a snippet of the code?
Christian
On 28.03.2014 11:25, Natalius wrote:
I searched but I found nothing on this subject.
When I use Cellar-DOSGI I can't see my service properties so the
problem is DOSGI or Cellar.
Le 28.03.2014 10:54, Jean-Baptiste Onofré a écrit :
Did you take a look on the DOSGi spec ?
Regards
JB
On 03/28/2014 10:32 AM, Natalius wrote:
Hi,
I would like to filter a remote service by its service properties
but
DOSGI not propagate this properties in client side, is it exact ? So
how
I can do that ?
Thanks