mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-15018 OracleTypesHelper shouldn't log stacktraces when the Oracle JDBC driver isn't loadable
This commit is contained in:
parent
d2584730f3
commit
8d43be4b78
@ -36,7 +36,7 @@ private OracleTypesHelper() {
|
||||
typeCode = extractOracleCursorTypeValue();
|
||||
}
|
||||
catch (Exception e) {
|
||||
log.warn( "Unable to resolve Oracle CURSOR JDBC type code", e );
|
||||
log.warn( "Unable to resolve Oracle CURSOR JDBC type code: the class OracleTypesHelper was initialized but the Oracle JDBC driver could not be loaded." );
|
||||
}
|
||||
oracleCursorTypeSqlType = typeCode;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user