> Hello,. >
I'm working on osgi project using karaf/blueprint , and I had a random > behaviour when starting karaf: some bundles Swing between Active and > Starting state, but finally I found out the root cause, > indeed those bundles share the same cm:property-placeholder (set in > blueprint config file) with the same persistent-id, and as every property > file is associated to only one ManagerService , when another bundle > sharing same file starts, it goes around in circles. > I would like to know if there is a workaroud to do that, it means for a > given maven project having Many modules, if it is possible to share the > same cfg file between some modules. > > Many thanks. > > Mohamed. >