Hi,

I’m creating a Sling Servlet that is derived from an abstract base class:
in the base class’s init() method, some factory class is loaded via
Thread.getCurrentThread().getContextClassLoader(). I was surprised that the
loader returned is the standard AppLoader, while I would have expected the
bundle’s class loader. Is this by design?

Thanks
Dominique

Reply via email to