5 Replies Latest reply on Jan 30, 2013 10:36 AM by jasonnh

    how do you put an osgi config admin property in a service filter?

    jasonnh

      Hi,

       

      I have a service reference declared in a blueprint xml file along the lines of:

       

       

      .....

       

      <reference id="myname" interface="com.mycompany.MyInterface" filter="(something.xyz=$)" availability="optional"/> This does not work, i.e. it tries to match $ literally.  I have tried using other prefix and suffixes and that does not help.

       

      Does anybody have any ideas on how to do this?

       

      Thanks.