I'm using spring-dm as a inside osgi container,which means my master bundle is not a actually bundle and is not managed by osgi container.
so my question is :
how cound i access spring-dm osgi and get all services supplied by spring-dm right now and how could i use it?
plus how about my MASTER application is use spring framework as a DI container?
how cound i access spring-dm osgi container and its properties both in code and applicationContext configuration?
Thanks for anyone's help!