From: whatnick <ti...@el...> - 2011-05-24 11:06:05
|
Hi Mathieu, The same package in multiple modules is a classic OSGi problem called the "split package" issue. The bnd tool provides some directives to mark exported packages as split across multiple bundles leaving giving the runtime classloader the chance resolve classes in these packages across bundles. -http://www.aqute.biz/Bnd/Format -http://eclipsesource.com/blogs/2008/08/22/tip-split-packages-and-visibility/ Basically marking exported packages as split and merging them in client bundles using require-bundle directive. This is pretty messy and hopefully will not result in cyclic dependency issues. Thanks for the great work so far. Cheers, Tisham. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/OSGi-first-simple-example-with-referencing-factories-working-tp6392239p6398072.html Sent from the geotools-devel mailing list archive at Nabble.com. |