Cela a fonctionné pour moi pour obtenir le message d'exception qui a causé le problème (Hibernate 3.2.5.ga):
catch (JDBCException jdbce) {
jdbce.getSQLException().getNextException().printStackTrace();
}
Cela a fonctionné pour moi pour obtenir le message d'exception qui a causé le problème (Hibernate 3.2.5.ga):
catch (JDBCException jdbce) {
jdbce.getSQLException().getNextException().printStackTrace();
}