mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
HHH-6715 Integrator classes not being located correctly
This commit is contained in:
parent
82b167e5f1
commit
4cb4a25994
@ -236,7 +236,7 @@ public URL nextElement() {
|
||||
protected Class<?> findClass(String name) throws ClassNotFoundException {
|
||||
for ( ClassLoader classLoader : classLoaderArray ) {
|
||||
try {
|
||||
classLoader.loadClass( name );
|
||||
return classLoader.loadClass( name );
|
||||
}
|
||||
catch (Exception ignore) {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user