Instead of having database actions scattered in four (osgi) bundles, all doing there slightly different things. I want to create a (simple) OSGi bundle that is responsible for a
Just found an interesting method in the Bundle class/api.
public java.lang.Class loadClass(java.lang.String name) throws java.lang.ClassNotFoundException
This must solve some class loader issues?