1. constraint problems using apache derby and hbm2ddl stackoverflow.comWe are using Apache Derby 10.5.3.0_1 and hbm2ddl with Hibernate 3.3.x I get the following constraints error while pre-loading the SQL on an embedded derby database. If I remove the primary key(id) ... |
2. hibernate hbm2ddl boolean column typeCastException in dbunit stackoverflow.comI use an in memory Derby database with Hibernate to create the tables. My tests use dbunit to prepare the database with test data.
Hibernate seems to create a smallint column type ... |
3. Schema is not dropped on hbmddl.auto = create.drop stackoverflow.comI am using |