Hello All,

I'm stepping through the resolver (executed via bndtools).

I'm having a little bit of a hard time understanding a few details:

Given the following line:

List<Capability> candidates = rc.findProviders(requirement);

- where "rc" is a ResolveContext
- where "requirement" is a capability provided by a fragment

How should I expect to discover the fragment that provided the capability
when the returned candidates only contains the host bundle?

Should this have been persisted into the resolve context somehow?

Sincerely,
- Ray

Reply via email to