On Thu, Nov 26, 2009 at 2:49 AM, Ivan <xhh...@gmail.com> wrote: > Hi, > While trying the Felix as the OSGI runtime, I have some questions about > the resolve policy, please help to give some comments, thanks ! > 1. Can an import connection be wired to an installed (not resolved) No Bundle status will be changes to resolved automatically from installed when it's export package was used by any of the bundles including it's activator. So no bundle will export package while in installed status.
> that " Bundle B resolved, Bundle A resloved". I wonder when the resolve > action will occured ? Will Felix check whether all the installed bundle When one of bundle.start() was called. > could be resolved once a new bundle is installed or resolved ? Felix only automatically start bundle if it's exported package was requested by other starting bundle. -Guo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org