>>
>> The selection filter is simply an LDAP filter expression, so just use
>> Felix' filter implementation. You can create an instance of FilterImpl
>> and then call match()
>
>
>OK
>
>and pass in a dictionary of your properties for
>> the matching.
>
>
>this dictionnary must contains all the properties of the framework, right ?
>If yes, what is the best way to compute this dictionnary ?

You could probably just wrap the config object in Felix that contains all of 
the properties.

-> richard

Reply via email to