try
{
resolving = new BoundHost(bundleGeneration, importDescription);
BundleClassLoader bundleClassLoader = bundleGeneration.getClassLoader();
for (Wire wire : bundleClassLoader.getWires())
{
Candidate candidateBundle = findCandidate(wire.getBundleGeneration());
ExportDescription exportDescription = wire.getExportDescription();
for (String packageName : exportDescription.getPackageNames())