[jOOQ/jOOQ#9277] Improve error message when AttributeConverters cannot be loaded due to NoClassDefFoundError
This commit is contained in:
parent
b238b1e0e5
commit
b2fa9936b8
@ -256,7 +256,7 @@ public class JPADatabase extends H2Database {
|
||||
|
||||
// AttributeConverter is part of JPA 2.1. Older JPA providers may not have this type, yet
|
||||
catch (NoClassDefFoundError e) {
|
||||
log.info("AttributeConverter", "Cannot load AttributeConverters: " + e.getMessage());
|
||||
log.warn("AttributeConverter", "Cannot load AttributeConverters due to missing class: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user