Re: [osgi-dev] Parent Class Loader Bootdelegation

2020-03-19 Thread Eran Twili via osgi-dev
implemented alternative custom behaviour in any of those classloaders. Neil On Thu, 19 Mar 2020 at 09:42, Eran Twili via osgi-dev mailto:osgi-dev@mail.osgi.org>> wrote: Hi, We're embedding OSGi inside an outer application. Our hosting application (platform) creates several class loaders

Re: [osgi-dev] Wiring rules

2018-06-17 Thread Eran Twili via osgi-dev
, the Felix framework does not persist the resolution wires and re-resolved all installed bundles on restart while the Equinox framework does persist the resolution wiring and will reuse the wiring state on a restart. HTH Tom - Original message - From: Eran Twili via osgi-dev

[osgi-dev] Wiring rules

2018-05-09 Thread Eran Twili via osgi-dev
Hi, I have some questions regarding wiring rules. I know that spec says: "The following list defines the preferences, if multiple choices are possible, in order of decreasing priority: *A resolved exporter must be preferred over an unresolved exporter. * An exporter with a higher

[osgi-dev] Bundle starts although no OSGi headers in its Manifest

2018-02-12 Thread Eran Twili via osgi-dev
Hi, We are implementing OSGi in our product (embedding Equinox programmatically). Designing our Bundles installation error handling, we run some tests. Surprisingly, we see that when we install a regular jar archive in the FW, it's getting installed, resolved and even active, without any