Re: [DOSGI] ServiceListener without objectClass

2009-12-11 Thread David Bosschaert
Hi Alexander, Yes, at the moment the discovery implementation relies on the objectClass being set. The reasoning behind this relates to scalability. If you have a large distributed discovery system you probably don't want to select all the available remote services in the system, as that could

Re: [DOSGI] ServiceListener without objectClass

2009-12-11 Thread Alexander Broekhuis
David, I have seen the message about the remote service admin spec. Is there any estimate when this will be done? Currently I actually need it to do the things I want. Where do I have to look in the source code to get it to work like I suggested? Maybe I can create a patch for my specific use

Re: [DOSGI] ServiceListener without objectClass

2009-12-11 Thread David Bosschaert
Hi Alexander, The refactoring work should probably be finished some time in January. You can certainly look at the code and provide a patch. The Discovery code is here: http://svn.apache.org/repos/asf/cxf/dosgi/trunk/discovery/distributed/cxf-discovery although it shares some code with the local

[DOSGI] ServiceListener without objectClass

2009-12-10 Thread Alexander Broekhuis
Hi all, I am trying to use a service listener that handles all imported interfaces, without knowing what the actual interface is. To do this, I created a service listener with the following filter: (service.imported=true). But this doesn't work. In the CxfFindListenerHook there is a check to see