HHH-6715 Integrator classes not being located correctly
This commit is contained in:
parent
82b167e5f1
commit
4cb4a25994
|
@ -236,7 +236,7 @@ public class ClassLoaderServiceImpl implements ClassLoaderService {
|
|||
protected Class<?> findClass(String name) throws ClassNotFoundException {
|
||||
for ( ClassLoader classLoader : classLoaderArray ) {
|
||||
try {
|
||||
classLoader.loadClass( name );
|
||||
return classLoader.loadClass( name );
|
||||
}
|
||||
catch (Exception ignore) {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue