knopflerfish / knopflerfish.org

Knopflerfish OSGi Service Platform. OSGi run-time container and SDK source code repo
http://www.knopflerfish.org
BSD 3-Clause "New" or "Revised" License
33 stars 11 forks source link

Improve framework log message when unable to resolve #42

Open chlarsson opened 6 years ago

chlarsson commented 6 years ago

When the framework fails to resolve a package the following error message is written: [stderr] org.osgi.framework.BundleException: Bundle#7, unable to resolve: Missing package(s) or can not resolve all of the them: .... package name(s) follows....

Would be preferred if also the bundle name and/or symbolic name can be written in addition to the bundle id. Especially if the number of bundles is large.