Skip to content
Commit 9edcc6fd authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

LBCLASSIC-68

The c.q.l.core.util.Loader class is used to load classes or locate resources. 
Previously, the TCCL (Thread Context Class Loader) was used to locate resources,
in particular configuration files. However, the TCCL is not set in all environments. 

Instead of using the TCL use now use the class loader that loaded the Loader class
itself to load resources. Now, under many circumstances TCCL==self classloader
so most users will not see a difference. The situation where TCCL != self cl
can occur under relatively complicated scenarios. Thus, this commit simplifies the code
without hopefully affecting existing deployments. 
parent 8251447b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment