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.

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to