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 ? -- </arnaud>