Hi, Inject configAdmin service into your customer bundle and use that to grep any configuration data
<reference id="configAdmin" interface="org.osgi.service.cm.ConfigurationAdmin" /> ------------- Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: @Freeman小屋 www.camelone.org : The open source integration conference: On 2013-6-3, at 下午5:22, jay wrote: > Hi - I have built a OSGI config admin service with couple of variables are > configurable and updatable using PID (config file) - it is working > absolutely fine if i deploy into servciemix. > > > But - my requirement is that i wanted to use these two configurable > variables (data) into other bundles. So is there any mechanism to see the > meta data of my OSGI config admin service and configure that into other > bundles? > > I appreciate if you could help me on this as our technical approach of > application depends on this. > > Thanks, > Jay > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/OSGI-Bundle-Meta-Information-to-other-bundles-tp5716933.html > Sent from the ServiceMix - User mailing list archive at Nabble.com.
