Hello,

How do I make sure that an osgi:list gets initialized after all the beans 
implementing the interface are initialized.I have a list of services.

<osgi:list id="serviceReferenceList" 
interface="com.myapp.serviceprovider.IRemoteServiceProvider" 
member-type="service-object"/>

Now this list should only be initialized when all the classes/beans 
implementing IRemoteServiceProvider interface are initialized. The problem that 
I am facing is that this osgi:list gets initialized before my bean implementing 
the IRemoteServiceProvider interface gets initialized and hence does not get 
set to the osgi list.

Please help.

Thanks
Soniya



DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.

_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to