Hi Mathieu, I have tested the 2.6 and 2.7 monolithic bundles and they pass our OSGi integration tests which cover the ShapeFileDatastore. Until we get our maven proxy up we are fetching bundles from any OBR's we can locate. You have plenty of maven-fu already, but in case you are wondering something like this can generate the repository.xml for the OBR:
mvn org.apache.felix:maven-bundle-plugin:2.1.0:index -DmavenRepository=/Users/tisham/.m2/repository -DurlTemplate=http://argeo-base/nexus/content/repositories/local-obr/repository/%p/%f -fae If you have an OBR index already, a direct link will be handy for consumption. I am on demo nexus at the moment contemplating paying for it or getting the freebie for our TrikeND work. More on the OSGi migration front can the META-INF services inspector be sufficiently generalized to track all SPI based things ? Is there are general solution ? For the compile/jar assembly time fix - should we add some more instructions to the Bnd tool and Felix Bnd plugin to map to OSGI-INF. I guess in my enumeration of things I missed the bundle fragment approach for mushing together classloaders, but bundle-fragments introduce similar issues to Require-bundle. The host bundle cannot change easily, fragments are attached to the symbolic-name not packages. Cheers, Tisham. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/OSGi-first-simple-example-with-referencing-factories-working-tp6392239p6443720.html Sent from the geotools-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
