Bundle Wiring

2010-06-02 Thread Jens Lauterbach
Hello, I am trying to figure out how two bundles are "wired" together. Bundles can import and export packages. As far as I can tell from diving into the code the importing and exporting packages are wired together (org.apache.felix.framework.resolver.WireImpl) and not the bundles itself. If a

Re: Bundle Wiring

2010-06-02 Thread Richard S. Hall
On 6/2/10 13:25, Jens Lauterbach wrote: Hello, I am trying to figure out how two bundles are "wired" together. Bundles can import and export packages. As far as I can tell from diving into the code the importing and exporting packages are wired together (org.apache.felix.framework.resolver.Wir

Re: Bundle Wiring

2010-06-02 Thread Jens Lauterbach
Thank you for your answer Richard. The reason why I ask this question is that I am working on my thesis about OSGi right now. Part of this thesis involves the whole class loading process and I just wanted to provide some more information to the reader than simply saying, that the OSGi framework

Re: Bundle Wiring

2010-06-02 Thread Richard S. Hall
On 6/2/10 14:56, Jens Lauterbach wrote: Thank you for your answer Richard. The reason why I ask this question is that I am working on my thesis about OSGi right now. Part of this thesis involves the whole class loading process and I just wanted to provide some more information to the reader th

Re: Bundle Wiring

2010-06-02 Thread Jens Lauterbach
Thank you for pointing that out! I'll incorporate that in my remarks. Kind regards Jens On 02.06.2010, at 21:09, Richard S. Hall wrote: > On 6/2/10 14:56, Jens Lauterbach wrote: >> Thank you for your answer Richard. >> >> The reason why I ask this question is that I am working on my thesis abou

Re: Bundle Wiring

2010-06-03 Thread Jens Lauterbach
Hey Richard, thank you for your help so far. I searched the latest Core Specification for some text stating that the framework/class loader is responsible for checking that the requested class is in an exported package. Can you point out where to find it or is it not in the spec because it's ki

Re: Bundle Wiring

2010-06-03 Thread Richard S. Hall
On 6/3/10 5:59, Jens Lauterbach wrote: Hey Richard, thank you for your help so far. I searched the latest Core Specification for some text stating that the framework/class loader is responsible for checking that the requested class is in an exported package. Can you point out where to find it