On Fri, Nov 27, 2009 at 1:55 AM, Ivan <xhh...@gmail.com> wrote: > Let's say we have three bundles A, B, C. > A depends on both B and C. > B depends on C. > The installation order is A, B, C. After installing them, their status > should be : > A : installed > B : installed > C: resolved Wrong status for C, it would also be installed state.
> although a "real" wire connection had not been established between A and B, > as B is in _installed_ status, but there may be a "candidate" connection > existed between A and B, so Felix knows it has to first resolve B ? The "virtual" connection information is provided by B Export-Package MANIFEST header during bundle installation. And A has Import-Package MANIFEST header to require packages which B provide. -Guo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org