Hi,

I would like to know if there is a way I can get an event if spring context is initialized without any errors. I want to start configuring other components after this is done. Currently I have used ApplicationContextAware class to get a callback to set application context.

However this would get called even if there any services in the OSGi registry which remain unresolved. This would be a false event then.

Please throw some pointers.

Regards,
Shashi