i am using hbm2ddl.auto=create to generate the schema in a SQL Azure database with hibernate.
This fails when using a Boolean or boolean type with an “Cannot find data type boolean.” exception.
This might be related to the used dialect “org.hibernate.dialect.SQLServerDialect” and this Bug report. I am using Hibernate-core 4.1.3 and therefore this bug should be resolved.
Can somebody help me to fix this problem?
Change your dialect to
org.hibernate.dialect.SQLServer2008Dialectif your database version is SQLServer 2008