Victor Volle opened SPR-16382 and commented
Spring boot project.
I had an Entity with a duplicate column.
When starting the application I get an error message: "... Unable to build Hibernate SessionFactory"
But without any stack trace.
- The TomcatStarter only logs the Exception message
- The AbstractApplicationContext again only logs the message:
catch (BeansException ex) {
if (logger.isWarnEnabled()) {
logger.warn("Exception encountered during context initialization - " +
"cancelling refresh attempt: " + ex);
}
...
But none of the logged messages shows the root cause.
This could be either handled by the TomcatStarter or by the AbstractApplicationContext
Affects: 5.0.2
Attachments:
Victor Volle opened SPR-16382 and commented
Spring boot project.
I had an Entity with a duplicate column.
When starting the application I get an error message: "... Unable to build Hibernate SessionFactory"
But without any stack trace.
But none of the logged messages shows the root cause.
This could be either handled by the TomcatStarter or by the AbstractApplicationContext
Affects: 5.0.2
Attachments: