I have two bundles, one is DB related and another one simple. DB bundle will export osgi service reference. Another one will get the service reference. It is working fine when installing one by one. The service reference is null when starting the Jboss fuse karaf container.
Can i set bundle ordering ? or Can i set delay for completing DB bundle? I need to install bundle after completing DB bundle. Advance Thanks.