Non transient exception (#593)

* non transient data access exception examples

* change to derby db

* change to in memory derby db

* delete failed test

* fix invalidresource test

* fix cleanupfailure test

* more exception examples
This commit is contained in:
lor6
2016-08-10 22:05:35 +03:00
committed by Grzegorz Piwowarek
parent 8a104053d6
commit 2817953d0b
6 changed files with 161 additions and 43 deletions
@@ -0,0 +1,10 @@
# jdbc.X
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql:3306://localhost/spring_hibernate4_exceptions?createDatabaseIfNotExist=true
jdbc.user=tutorialuser
jdbc.pass=tutorialmy5ql
# hibernate.X
hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
hibernate.show_sql=false
hibernate.hbm2ddl.auto=create