-->
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: Reverse engineering does nothgin
PostPosted: Fri Aug 05, 2011 12:16 pm 
Newbie

Joined: Tue Mar 03, 2009 6:36 pm
Posts: 1
I'm running Eclipse Helios with JBoss Tools installed.

This is my hibernate.cfg.xml file:
<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.password">password</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/dbname</property>
<property name="hibernate.connection.username">username</property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
</session-factory>
</hibernate-configuration>

This is my hibernate.reveng.xml file:
<hibernate-reverse-engineering>
<table-filter match-schema="dbname" match-name=".*"/>
</hibernate-reverse-engineering>

I can see the database fine. When I launch the console configuration, nothing happens.

What am I missing?


Top
 Profile  
 
 Post subject: Re: Reverse engineering does nothgin
PostPosted: Mon Aug 08, 2011 2:52 am 
Senior
Senior

Joined: Tue Aug 04, 2009 7:45 am
Posts: 124
Please look here http://community.jboss.org/message/606679#606679


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.