Re: org.osgi.framework.system.packages and embedding Felix

2008-03-10 Thread Richard S. Hall
Saminda Abeyruwan wrote: Hi Devs, I've recently asked the question that, if I wanted to add some packages to system bundle, it should be added to "org.osgi.framework.system.packages" Felix properties file. One problem I faced recently is that, during system bundle start my custom auto activator

Re: org.osgi.framework.system.packages and embedding Felix

2008-03-10 Thread Karl Pauls
> Can you direct me to a resource where I could find a sample on writing an > extension bundle. I am really appreciate this. Well, have a look at the core spec 3.15 > Is it possible to give a custom URLClassloader to an extension bundle. no. What you can do with an extension bundle are two t

Re: org.osgi.framework.system.packages and embedding Felix

2008-03-10 Thread Saminda Abeyruwan
Hi Kari, Thank you for the quick response. Can you direct me to a resource where I could find a sample on writing an extension bundle. I am really appreciate this. Is it possible to give a custom URLClassloader to an extension bundle. Thank you Saminda On Mon, Mar 10, 2008 at 2:18 PM, Karl Pa

Re: org.osgi.framework.system.packages and embedding Felix

2008-03-10 Thread Karl Pauls
Well, there is the notion of an extension bundle. I've added support for extension bundles up to a point so assuming it works in your case you could use an empty extension bundle that exports the packages that you need. That would make said packages available from the system bundle. Another way to

org.osgi.framework.system.packages and embedding Felix

2008-03-10 Thread Saminda Abeyruwan
Hi Devs, I've recently asked the question that, if I wanted to add some packages to system bundle, it should be added to "org.osgi.framework.system.packages" Felix properties file. One problem I faced recently is that, during system bundle start my custom auto activator init number of classes, whe