could anyone tell me what the following error message means?
org.osgi.framework.BundleException: Unresolved package in bundle
23: [bnd-extraimport=true]
I'm trying to deploy an OSGi/spring bundle into felix.
My bundle doesn't have any dependencies on BND, other than the fact
that I use the BND maven plugin to create the OSGi bundle.
I started getting this after doing an SVN update of the spring-osgi
and felix repositories. This bundle used to deploy just fine and I
don't believe anything changed in my code.
thanks
Peter