Is it possible to override the requires.filter in a cfg file for instance configuration using FileInstaller?
I see: http://felix.apache.org/site/ipojo-reference-card.html Where the instance configuration in xml can be used: <instance name="FOO1" component="FOO"/> <!-- Use the default 'filter' value --> <instance name="FOO2" component="FOO"> <property name="requires.filters"> <property name="id1" value="(foo.property=BAR)"/> </property> </instance> But I don't know how to do this with a cfg file. I'd like to be able to change the filter on a @Requires dynamically in a cfg file against a dynamically configured @ServiceProperty also configured in a cfg file. ________________________________ Joel Schuster Senior Software Engineer NAVSYS Corporation 14960 Woodcarver Road, Colorado Springs, CO 80921 719-481-4877

