Sylvain Wallez wrote:

What comes to mind is to wrap services obtained from a bundle with a proxy that sets the context classloader to the bundle's classloader at each method call of the service.


I guess I don't fully comprehend the details of the issue. If you are inside the bundle's service, then it already has access to the bundle's class loader, since all of its classes are loaded by it and it will be used to load any further classes. What am I missing?

-> richard

Reply via email to