Hey Romain, I've updated the design proposal in the Wiki with my input. Could you please have a look and let me know what you think?
I'll implement a proof of concept of my proposed marshalling/unmarshalling strategy and push it to Git so you can take it for a spin. Regards, *Raúl Kripalani* PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Data and Messaging Engineer http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Fri, Nov 6, 2015 at 4:05 PM, Romain Gilles <romain.gil...@gmail.com> wrote: > Hi, > I will put some sample code this WE. I'm exhausted sorry for the delay... > Romain > > Le ven. 6 nov. 2015 à 00:45, Andrey Kornev <andrewkor...@hotmail.com> a > écrit : > > > Hello, > > > > We've made an attempt to formalize the approach to Ignite's OSGi > > enablement: > > https://cwiki.apache.org/confluence/display/IGNITE/OSGI+Compatibility. > > Please have a look and feel free to provide your positive feedback :))) > > > > Thanks > > Andrey > > > > > From: dsetrak...@apache.org > > > Date: Wed, 4 Nov 2015 09:26:17 -0800 > > > Subject: Re: OSGi migration may require a special marshaller > > > To: dev@ignite.apache.org > > > > > > On Wed, Nov 4, 2015 at 9:07 AM, Romain Gilles <romain.gil...@gmail.com > > > > > wrote: > > > > > > > Hi Dmitriy, > > > > I found this post that explain how to find a bundle based on its > bundle > > > > name and version. > > > > This post explain for the past to now how to do it in the standard > way > > with > > > > "pull" approach: https://www.eclipse.org/forums/index.php/t/205719/ > > > > Regarding the version of OSGi you want to support then some solutions > > will > > > > works some others will not. > > > > There is an other way to do this stuff without using those "pull" > style > > > > approach based on BundleTracker. If you want I can give you the code > > to do > > > > it with BundlTracker. I think with this solution you will support a > > wider > > > > range of OSGi version. > > > > > > > > > > Romain, if you can provide a generic code sample to look up a > ClassLoader > > > in OSGI based on manifest properties, would be great. > > > > > > > > >