Re: maven-bundle-plugin and dependancy of javax packages

2009-03-17 Thread Richard S. Hall
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 w

Re: maven-bundle-plugin and dependancy of javax packages

2009-03-17 Thread Damon Jacobsen
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

maven-bundle-plugin and dependancy of javax packages

2009-03-17 Thread Damon Jacobsen
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