Changeset 7541
- Timestamp:
- Dec 3, 2018, 9:14:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/HibernateUtil.java
r7533 r7541 313 313 catch (SQLException ex) 314 314 { 315 log. warn("JDBC driver for '" + dbUrl + "' is not registered. Trying to re-load via ServiceLoader.");315 log.info("JDBC driver for '" + dbUrl + "' is not registered. Trying to re-load via ServiceLoader."); 316 316 // The driver has not been registered which can happen when the DriverManager class 317 317 // is initialized by the "wrong" class loader (eg. Tomcat will load this in a bootstrap
Note: See TracChangeset
for help on using the changeset viewer.