Confluex / Zuul

Keymaster and Gatekeeper - Application Configuration Management
http://confluex.com
Apache License 2.0
42 stars 32 forks source link

Hibernate validation errors on MSSQL #14

Closed mcantrell closed 12 years ago

mcantrell commented 12 years ago

Hibernate will no longer validate a bit as a boolean.

mcantrell commented 12 years ago

This is an erroneous error. Until I can find a real solution, change jdbc.zuul.generate.ddl=validate to jdbc.zuul.generate.ddl=none.

mcantrell commented 12 years ago

I'm going to leave it as none at this point. validate will be done for integration tests which should be sufficient until I see reason otherwise.