-->
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.  [ 20 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: Wed Jan 09, 2008 1:52 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
the latest release is GA, not CR1 ,)

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 09, 2008 2:21 pm 
Beginner
Beginner

Joined: Sun Sep 30, 2007 2:58 pm
Posts: 26
max wrote:
the latest release is GA, not CR1 ,)


Yeah, sorry, I tried using the HibernateTools-3.2.0.GA (http://sourceforge.net/project/downloading.php?groupname=jboss&filename=HibernateTools-3.2.0.GA.zip&use_mirror=osdn)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 11, 2008 11:33 am 
Newbie

Joined: Tue Mar 11, 2008 11:21 am
Posts: 1
I have the same problem
I'm useing the latest nightly build or HibernateTools-3.2.0.GA with equal results.
If i use the following file
<hibernate-reverse-engineering>
<table-filter match-name="users"/>
<table name="users" class="User"/>
</hibernate-reverse-engineering>

the filter works but the class name is still Users.



Database mySQL 4.13
Mysql JDBC mysql-connector-java-5.1.5-bin.jar

Can you suggest any solution?
Thank you
/Paul


Top
 Profile  
 
 Post subject: suggestion
PostPosted: Fri Apr 04, 2008 9:17 pm 
Newbie

Joined: Tue May 30, 2006 10:10 am
Posts: 1
Try setting explicitly the schema. Maybe that will help.

Ex.:
<table-filter match-name="users" match-schema="TEST"/>
<table name="users" class="User" schema="TEST"/>


Top
 Profile  
 
 Post subject: Re: Hibernate Tools Reveng does not work with generated-class
PostPosted: Sat Feb 18, 2012 4:43 am 
Beginner
Beginner

Joined: Tue Oct 20, 2009 6:28 am
Posts: 20
Hi,

I opened a bug with more details, maybe it can help you. Check this out, please.

https://issues.jboss.org/browse/HIBERNATE-128


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

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.