Hi,
On 16.07.2011, at 16:02, jie yan wrote: > 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? No, that should not matter. Did you try to add 'immediate=true' to your @Component ? Regards, Clement > > Regards, > drhades
