-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate5 JPA Integration issue
PostPosted: Tue Nov 03, 2015 2:55 pm 
Newbie

Joined: Tue Nov 03, 2015 2:30 pm
Posts: 1
Hi,
Migrated from Hibernate3 to 5 version. Deployment is failing with rg.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: missing column [default_column_name] in table [joined_table] for a java.util.Map column type. Any idea on the solution part of this kind of problem?


Top
 Profile  
 
 Post subject: Re: Hibernate5 JPA Integration issue
PostPosted: Fri Jan 08, 2016 1:22 am 
Hibernate Team
Hibernate Team

Joined: Thu Sep 11, 2014 2:50 am
Posts: 1628
Location: Romania
The naming strategy has changed in Hibernate 5.
If you want to switch to the legacy naming strategy, you need to set the hibernate.implicit_naming_strategy configuration property to either: legacy-hbm or legacy-jpa, depending on what you've been used before.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.