Hello, Is it possible to replace the bundle classloader with another? The idea behind this is that you have a groovy class loader which uses the bundle class loader as a parent. Then after the initialization of the groovy class loader this class loader loads additional classes during runtime.
When I add dynamic-import to a bundle which is using my groovy dynamic bundle it should be possible to use the dynamically loaded classes in the other bundle. But unfortunately i don't find a way to replace the bundle class loader .. any ideas about this? best regards Matthias
