> > Btw. I am not sure if I did this correctly. Will reference list update the > injection if the list of services changes while the bundle runs? >
Yes it will. It will actually add the new services to the list. The setter will not be called again. If you want to take certain actions upon service registration/deregistration you'll need to use reference listeners. -- *Ioannis Canellos* * FuseSource <http://fusesource.com> ** Blog: http://iocanel.blogspot.com ** Twitter: iocanel *
