I have bundles A and B. A depends on B.
If changes are made to B, A should pick these up. What's currently happening is B is being resolved before A, and I have to restart A for it to pick B up. After this, when B is updated A doesn't pick the changes up. How can I avoid this problem? I have tried adding a runtime dependency on B in A (in pom.xml) but still running into the same issue. -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
