Hi,
My guess is if the provider is used in system level, it should be deployed to be loadable by system class loader; if it's to be used only for application, it should be deployed to be loadable by application class loader.
Is this correct?
Thanks for any feedback,
Huiping