Details
Description
All Class.forNames() must be replaced by classLoader.loadClass() and the classloader should be configurable. This way, under tomcat you can use Thread.currentThread().contextClassLoader();
>
All Class.forNames() must be replaced by classLoader.loadClass() and the classloader should be configurable. This way, under tomcat you can use Thread.currentThread().contextClassLoader();