* Vianen, Jeroen van (jeroen.van.vianen@satama.com) wrote:
> I am wondering whether it is possible to mimic JDK 1.4 root cause exception
> handling in PBatchUpdateException so a decent stack trace can be logged.
As a workaround put:
hibernate.jdbc.batch_size = 0
in your hibernate.properties file.
I believe this will disable Hibernate use of batching, and you will get
a "nicer" stack trace.
Hope this help,
Anders