mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-13806 CoreMessageLogger#unableToLoadCommand is not printing the cause of the error
This commit is contained in:
parent
0b938bd16b
commit
19b7921d1d
@ -1116,8 +1116,8 @@ void unableToInstantiateConfiguredSchemaNameResolver(
|
||||
void unableToJoinTransaction(String transactionStrategy);
|
||||
|
||||
@LogMessage(level = INFO)
|
||||
@Message(value = "Error performing load command : %s", id = 327)
|
||||
void unableToLoadCommand(HibernateException e);
|
||||
@Message(value = "Error performing load command", id = 327)
|
||||
void unableToLoadCommand(@Cause HibernateException e);
|
||||
|
||||
@LogMessage(level = WARN)
|
||||
@Message(value = "Unable to load/access derby driver class sysinfo to check versions : %s", id = 328)
|
||||
|
Loading…
x
Reference in New Issue
Block a user