-->
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.  [ 1 post ] 
Author Message
 Post subject: hbm2ddl validate ignores entity schema?
PostPosted: Sun Mar 14, 2010 3:25 pm 
Newbie

Joined: Sun Mar 14, 2010 3:14 pm
Posts: 1
Hi there, it seems that hbm2ddl ignores entity schema definition from @Table(schema="..") and looks in the default schema when validating. Here is the entity class:

@Entity
@Table(name = "a", schema = "s")
public class A {...
}

If I skip the validation it all works properly. This also seems to break both create and update. Update for example checks the wrong database, then tries to create the table in the current database, but it fails because the table already exists. I'm runnings this against mysql.

Any known workarounds for it?


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

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.