campanini wrote:
(snip)
......
Name and version of the database you are using:
5.0 Mysql
The generated SQL (show_sql=true):
Nothing ... it crash before start to generate it.
[b]Debug level Hibernate log excerpt:[/b
Nothing ... it crash before start to generate it.
Others interested hbm.properties:
hibernate.default_batch_fetch_size 500
hibernate.jdbc.batch_size 5000
Any Ideas ?
I've used also a StatelessSession but the same error occur.....
Bye
Stefano
Stefano,
What version of the JDBC driver is this? It looks like it's not one of the more current ones from the line numbers in the stack trace. I'd suggest upgrading to Connector/J 3.1.12 or 5.0.0 beta.
-Mark