Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: 1.1.5.RELEASE, 1.2.2.RELEASE
-
Fix Version/s: 1.2.4.RELEASE
-
Component/s: @ CORE, PERSISTENCE
-
Environment:Ubuntu 12.04, JDK 1.6.0_33, Maven 3.0.4
Description
When execute a database reverse engineer property "hibernate.hbm2ddl.auto" value is "validate".
In most cases, when database reverse engineer contains "--includeNonPortableAttributes" validation is possible.
However, without "--includeNonPortableAttributes", validation usually fails.
Conclusion: Set property "hibernate.hbm2ddl.auto" value to "none" when "--includeNonPortableAttributes" is not present.