Installing all found bundles, then starting them does work indead. ;) One last question though :
Is this standard OSGi behaviour or just the way Felix works? I read the Declarative Services Specification v1.0 and, if I'm not wrong, I found no details about start order... I want my application to be compliante with OSGi r4 specs, and thus, work the same may it be on Felix, Equinox or others. Thanx Richard S. Hall wrote: > > Perhaps you should go through and install them all first, then make > another pass to start each. > > -> richard > > Elvy wrote: >> Hi, >> >> I'd like to use declarative services to install/start all the bundle in a >> given folder, and let them activate themselves properly. >> >> I've got 3 bundle A <- B <- C (C depends on B which depends on A) >> >> First one to start is A : OK >> Second is C : unresolved package error because it needs >> packages provided by B >> >> >> I hove to tell you than if I rename C, so it is found before B, then >> everything works, obviously :) > > > ----- Tell me something you don't know! -- View this message in context: http://www.nabble.com/SCR-and-bundle-activation-order-tp16851288p16892295.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

