We should be able to pinpoint pretty easy which logger we need to add to make sure that we get the true cause of our hibernate exceptions.
Many times with Hibernate exceptions there will be a message of call getNextMessage for the full details.
The getNextMessage is typically printed prior to the full exception stack.
Many times with Hibernate exceptions there will be a message of call getNextMessage for the full details.
The getNextMessage is typically printed prior to the full exception stack.