| FWIW: I am experiencing this issue in Hibernate 5.1 with Derby 10.12.1.1. After a great deal of trial an error I managed to nail it down to a transaction involving inserting several entities each of which have multiple CLOB columns, where the value in one of the CLOB columns exceeds the maximum length for the column (255 chars by default in hibernate) |