Hi,
I tried to dynamically update the < filter > value of a < @Requires > annotation. The problem is that I'm using ConfigAdmin service to create my instances and, as Clement explained in the following thread, ConfigAdmin doesn't support Dictionary class... http://old.nabble.com/-iPOJO--Filter-as-a-parameter-to28927205.html Is there any reason why "DependencyHandler" class cannot analyze another structure than a Dictionary in the "configure()" method for "requires.filters"? Would it be possible to pass a Collection object in the properties Dictionary for "requires.filters" key and the "DependencyHandler" analyzes it like a suit of key/value pairs ({key1;value1;key2;value2;...})? Thanks in advance Regards, Olivier

