Thread context class loader issues

2009-09-04 Thread Cornelius, Martin (DWBI)
During 'Bundelization' of the JacORB CORBA library I encountered a problem already seen when using log4j as a: Libraries that load classes by name often use the thread context classoader for loading. I guess, this due to the fact that it's often necessary to pass a special classloader into the li

Re: Thread context class loader issues

2009-09-04 Thread Todor Boev
You might want to check this equinox page for detailed info on the problem: http://wiki.eclipse.org/index.php/Context_Class_Loader_Enhancements Generally speaking the context loader seems to be a not-that-trivial problem. - To u