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

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

2012-05-02 Thread Richard S. Hall
= Class.forName( com.foo.Foo ); First try with packages.extra : * use-foo.jar has the manifest info : Import-Package = com.foo * I use org.osgi.framework.system.packages.extra=com.foo It works ok, cool ! Now, the problem is by using bootdelegation, I understand that it could be used without

RE: org.osgi.framework.bootdelegation and org.osgi.framework.system.packages.extra

2012-05-02 Thread Gay David (Annecy)
[mailto:he...@ungoverned.org] Sent: mercredi 2 mai 2012 16:30 To: users@felix.apache.org Subject: Re: org.osgi.framework.bootdelegation and org.osgi.framework.system.packages.extra For the boot delegation property, org.foo.* does not match org.foo, only sub-packages like org.foo.bar. Also, you

Re: org.osgi.framework.system.packages.extra packages ignored during provisioning

2010-11-23 Thread Richard S. Hall
On 11/22/10 18:41, Uk Jiang wrote: Hi, When I start osgi framework, I listed some packages on the property of org.osgi.framework.system.packages.extra. However, these packages were not listed as resources under the system repository when I use .getSystemRepository(). Any thing have I done wrong

Re: org.osgi.framework.system.packages.extra packages ignored during provisioning

2010-11-23 Thread Uk Jiang
From: Richard S. Hall he...@ungoverned.org To: users@felix.apache.org Sent: Tue, 23 November, 2010 15:08:04 Subject: Re: org.osgi.framework.system.packages.extra packages ignored during provisioning On 11/22/10 18:41, Uk Jiang wrote: Hi, When I start osgi

Re: org.osgi.framework.system.packages.extra packages ignored during provisioning

2010-11-23 Thread Richard S. Hall
To: users@felix.apache.org Sent: Tue, 23 November, 2010 15:08:04 Subject: Re: org.osgi.framework.system.packages.extra packages ignored during provisioning On 11/22/10 18:41, Uk Jiang wrote: Hi, When I start osgi framework, I listed some packages on the property

org.osgi.framework.system.packages.extra packages ignored during provisioning

2010-11-22 Thread Uk Jiang
Hi, When I start osgi framework, I listed some packages on the property of org.osgi.framework.system.packages.extra. However, these packages were not listed as resources under the system repository when I use .getSystemRepository(). Any thing have I done wrong? Thanks Emily

non-OSGi jar exported via org.osgi.framework.system.packages.extra accessing bundle packages

2010-04-22 Thread Achuthan_Prakash
Hi, I have deployed Perf4j as a non-OSGi jar exported via org.osgi.framework.system.packages.extra. Perf4j has a dependency on org.slf4j.Logger, which I have deployed as a bundle (as there are other bundles dependent on this SLF4j version). During runtime, I get ClassNotFoundException

Re: non-OSGi jar exported via org.osgi.framework.system.packages.extra accessing bundle packages

2010-04-22 Thread Richard S. Hall
On 4/22/10 10:01, achuthan_prak...@emc.com wrote: Hi, I have deployed Perf4j as a non-OSGi jar exported via org.osgi.framework.system.packages.extra. Perf4j has a dependency on org.slf4j.Logger, which I have deployed as a bundle (as there are other bundles dependent on this SLF4j version

RE: non-OSGi jar exported via org.osgi.framework.system.packages.extra accessing bundle packages

2010-04-22 Thread Achuthan_Prakash
- Prakash -Original Message- From: Richard S. Hall [mailto:he...@ungoverned.org] Sent: Thursday, April 22, 2010 7:37 PM To: users@felix.apache.org Subject: Re: non-OSGi jar exported via org.osgi.framework.system.packages.extra accessing bundle packages On 4/22/10 10:01, achuthan_prak

Re: non-OSGi jar exported via org.osgi.framework.system.packages.extra accessing bundle packages

2010-04-22 Thread Justin Edelson
On 4/22/10 10:06 AM, Richard S. Hall wrote: On 4/22/10 10:01, achuthan_prak...@emc.com wrote: Hi, I have deployed Perf4j as a non-OSGi jar exported via org.osgi.framework.system.packages.extra. Perf4j has a dependency on org.slf4j.Logger, which I have deployed as a bundle

Re: non-OSGi jar exported via org.osgi.framework.system.packages.extra accessing bundle packages

2010-04-22 Thread Richard S. Hall
On 4/22/10 10:21, Justin Edelson wrote: On 4/22/10 10:06 AM, Richard S. Hall wrote: On 4/22/10 10:01, achuthan_prak...@emc.com wrote: Hi, I have deployed Perf4j as a non-OSGi jar exported via org.osgi.framework.system.packages.extra. Perf4j has a dependency on org.slf4j.Logger

RE: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra

2010-02-17 Thread Achuthan_Prakash
AM To: users@felix.apache.org Subject: Re: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra If you specify -jar then -classpath is ignored. You have to add felix.jar to -classpath and then specify its main class. - richard On 2/16/10 11:25 PM

RE: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra

2010-02-17 Thread Achuthan_Prakash
Felix site -Original Message- From: Karl Pauls [mailto:karlpa...@gmail.com] Sent: Tuesday, February 16, 2010 9:01 PM To: users@felix.apache.org Subject: Re: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra try to set the parent classloader

Re: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra

2010-02-17 Thread Richard S. Hall
To: users@felix.apache.org Subject: Re: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra try to set the parent classloader to framework via the following property: org.osgi.framework.bundle.parent=framework regards, Karl On Tue, Feb 16, 2010 at 4:25 PM

ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra

2010-02-16 Thread Achuthan_Prakash
Hi, I am exporting packages from non-OSGi jar (Oracle Coherence) via felix system packages extra property (snippet below) org.osgi.framework.system.packages.extra=\ . . com.tangosol.util,\ com.tangosol.net,\ com.tangosol.net.cache,\ com.tangosol.util.filter

Re: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra

2010-02-16 Thread Karl Pauls
extra property  (snippet below) org.osgi.framework.system.packages.extra=\ . . com.tangosol.util,\ com.tangosol.net,\ com.tangosol.net.cache,\ com.tangosol.util.filter,\ com.tangosol.util.processor,\ com.tangosol.coherence.component.net,\ The classes from these packages

Re: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra

2010-02-16 Thread Nima Kaviani
Hi guys, it seems like I am having the same problem when trying to use the SWING library. I have got the following list of libraries exported using system.packages.extra (I made the list shorter for brevity): *org.osgi.framework.system.packages.extra=\ javax.sound.sampled.spi, \ javax.sql

Re: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra

2010-02-16 Thread Clifford H. James
the SWING library. I have got the following list of libraries exported using system.packages.extra (I made the list shorter for brevity): *org.osgi.framework.system.packages.extra=\ javax.sound.sampled.spi, \ javax.sql, \ javax.sql.rowset, \ javax.sql.rowset.serial, \ javax.sql.rowset.spi

Re: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra

2010-02-16 Thread Nima Kaviani
on? ~Cliff Nima Kaviani wrote: Hi guys, it seems like I am having the same problem when trying to use the SWING library. I have got the following list of libraries exported using system.packages.extra (I made the list shorter for brevity): *org.osgi.framework.system.packages.extra

Re: ClassNotFoundException while exporting packages via org.osgi.framework.system.packages.extra

2010-02-16 Thread Richard S. Hall
(snippet below) org.osgi.framework.system.packages.extra=\ . . com.tangosol.util,\ com.tangosol.net,\ com.tangosol.net.cache,\ com.tangosol.util.filter,\ com.tangosol.util.processor,\ com.tangosol.coherence.component.net,\ The classes from these packages are used in an app context

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

2009-09-09 Thread Matthias Neubert
schrieb Stuart McCulloch: 2009/9/9 Matthias Neubert sur...@onlinehome.de Hello, I'm currently dealing with options of how to make packages which are known to osgi framework /system bundle known to the bundles installed in the framework. Ich found org.osgi.framework.system.packages.extra

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

2009-09-09 Thread Don Brown
currently dealing with options of how to make packages which are known to osgi framework /system bundle  known to the bundles installed in the framework. Ich found org.osgi.framework.system.packages.extra as a working possebility. but: disadvantage: I cannot use wildcards like com.google

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

2009-09-09 Thread Matthias Neubert
org.osgi.framework.system.packages.extra as a working possebility. but: disadvantage: I cannot use wildcards like com.google.* another option would be using org.osgi.framework.bootdelegation=com.google.* but: disadvantage: If an Bundle wants to use a package from com.google.* it usually uses Import-Package

bootdelegation vs. org.osgi.framework.system.packages.extra

2009-09-08 Thread Matthias Neubert
Hello, I'm currently dealing with options of how to make packages which are known to osgi framework /system bundle known to the bundles installed in the framework. Ich found org.osgi.framework.system.packages.extra as a working possebility. but: disadvantage: I cannot use wildcards like

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

2009-09-08 Thread Stuart McCulloch
2009/9/9 Matthias Neubert sur...@onlinehome.de Hello, I'm currently dealing with options of how to make packages which are known to osgi framework /system bundle known to the bundles installed in the framework. Ich found org.osgi.framework.system.packages.extra as a working possebility

Using org.osgi.framework.system.packages.extra after startup?

2009-02-26 Thread Dan J Hrivnak
I'm working with an embedded instance of Felix, and I was wondering if it's possible to modify or add to the org.osgi.framework.system.packages.extra configuration property after startup. Looking through documentation, it seems this property map needs to be populated before starting

Re: Using org.osgi.framework.system.packages.extra after startup?

2009-02-26 Thread Karl Pauls
to modify or add to the org.osgi.framework.system.packages.extra configuration property after startup.  Looking through documentation, it seems this property map needs to be populated before starting the embedded Felix. mailto:dan_j_hriv...@raytheon.com -- Karl Pauls karlpa