Hi,
Is there anyway I could listen to when the extender completes the scanning and creation of context for a osgi bundle and further if it was successful or has errors.
Thanks
Farooq
Hi,
Is there anyway I could listen to when the extender completes the scanning and creation of context for a osgi bundle and further if it was successful or has errors.
Thanks
Farooq
You may configure an ApplicationEventMulticaster to propagate such kind of event.
http://static.springsource.org/osgi/...uration:events
That was really helpful. I got it running in the first attempt