I configured some ipojo components by FileInstall, as following: 1) install ConfigAdmin, FileInstall; 2) set the managedservice attribute, @Component(managedservice="com-pid"); 3) create com-pid.cfg file inside /load directory
In this way, I successfully configured some components except one javax.servlet.Filter implementation. The only difference I found out is, the field of Filter component to be configured is @ServiceProperty, while the fields of other components all is @Property. Is it the real reason? Regards, drhades
