-
Enhancement
-
Resolution: Done
-
Major
-
3.8.0.Final, 4.0.0.Final
-
None
Modeshape uses several class loaders, including thread context class loader, when trying to load resources, however when trying to load classes for providers, it uses JcrRepository.getClass().getClassLoader(), which in pure OSGi environment fails to load classes from other bundles. It would be very nice if thread context class loader was also used in this case. That way all resource and class loading is consistent.