You set org.osgi.framework.system.packages if you want to override the default value, which is every package from the underlying Java platform. You set org.osgi.framework.system.packages.extras if you want to append some packages to the default.

-> richard

On 3/17/09 8:41 PM, Damon Jacobsen wrote:
Please disregard. I found my answer. If it is helpful for others, when using
embedded frameworks you must add FRAMEWORK_SYSTEMPACKAGES for packages you
are providing.

Damon

On Tue, Mar 17, 2009 at 5:11 PM, Damon Jacobsen<
damon.jacob...@codedragon.us>  wrote:

I am using the maven-bundle-plugin to build my bundle. I am having a
problem where the javax.imageio package is not being treated correctly.
Everytime I try to run my bundle I get:

org.osgi.framework.BundleException: Unresolved constraint in bundle 1:
package;
(package=javax.imageio)

Is there any way to tell the plugin that javax.imageio needs to be
addressed the same as the java.* packages?

Thank you for you patience with my beginner questions


Damon Jacobsen


Reply via email to