i have an application where i have to use spring to load bean based on some business conditions inside a osgi bundle . this beans are not meant for export and are used for caluclation inisde my bundle . basically i hav actual service component which is exported and it has to use spring bean internally .
- But when i use Spring DM the extender load aplication context in a seperate thread and how to acess the context file inside my bundle
- how to make sure extender thread finshes aplications context laoding so that i can use it in my bundle
- i dont want to export aplication context a service as springdm dose it as its only used inside my bundle for internal purpse
is there any way to do this ?