org.osgi.framework.system.packages.extra

2014-11-17 Thread Benson Margulies
In several places, http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html says: This is achieved using the org.osgi.framework.system.packages.extra configuration property previously presented. It does not seem to me to be previously presented. Is it on some

Re: org.osgi.framework.system.packages.extra

2014-11-17 Thread Richard S. Hall
On 11/17/14 10:27 , Benson Margulies wrote: In several places, http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html says: This is achieved using the org.osgi.framework.system.packages.extra configuration property previously presented. It does not

org.osgi.framework version range chosen by plugin

2014-11-17 Thread Benson Margulies
the maven-bundle-plugin decided to put the following into the manifest, even though I'm using a much newer version of OSGi. Should I just add an instruction to set a version I like better, or is there something more subtle I've missed that would clue it in? org.osgi.framework;version=[1.4,2)

Embedding Felix and not finding org.osgi.framework

2014-11-17 Thread Benson Margulies
I am following the general line of breadcrumbs from: http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html and using felix 4.0.3. One of my bundles has an activator, so the bundle plugin set up an Import-Package for org.osgi.framework. I tried adding that to

Re: Embedding Felix and not finding org.osgi.framework

2014-11-17 Thread Benson Margulies
Please ignore the below. On Mon, Nov 17, 2014 at 9:22 PM, Benson Margulies ben...@basistech.com wrote: I am following the general line of breadcrumbs from: http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html and using felix 4.0.3. One of my bundles has an

Re: org.osgi.framework version range chosen by plugin

2014-11-17 Thread Felix Meschberger
Hi Am 18.11.2014 um 03:04 schrieb Benson Margulies ben...@basistech.com: the maven-bundle-plugin decided to put the following into the manifest, even though I'm using a much newer version of OSGi. Should I just add an instruction to set a version I like better, or is there something more