

This applies to MySQL 5.5 and Oracle 11g.

It worked very well in the first attempt. In this setting, I can successfully generate the DAO class of the entity & database table. I created I made a simple maven to quickly start the project and follow all the steps mentioned in the link I went to STS 3.2.0 and installed JBoss Tools 4.0.0 Thank you very much Ren Any help or pointers to solve this problem. I am using these steps to use the Hibernate tool described in this link. eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)Īt .(Worker.java:54) LazyDatabaseSchemaWorkbenchAdapter.getChildren(LazyDatabaseSchemaWorkbenchAdapter.java:65)Īt .(BasicWorkbenchAdapter.java:106)Īt org. processTables(JDBCReader.java:476)Īt .JDBCReader.readDatabaseSchema(JDBCReader.java:74) at .workbench.LazyDatabaseSchemaWorkbenchAdapter$2.execute(LazyDatabaseSchemaWorkbenchAdapter.java:126)Īt .DefaultExecutionContext.execute(DefaultExecutionContext.java:63)Īt .execute(ConsoleConfiguration.java:107)Īt .(LazyDatabaseSchemaWorkbenchAdapter.java:115)Īt org.


bug(SLF4JLocationAwareLog.java:133)Īt .(JDBCMetaDataDialect.java:26)Īt org. I can see the following stack trace in the error log of STS – : .log(Lorg/slf4j/Marker Ljava/lang/String ILjava/lang/String [Ljava/lang/Object Ljava/lang/Throwable )VĪt org. So I assume that my driver version is ok.Īfter setting up the hibernate console file, when I try to generate the Hibernate Reverse Engineering file (reveng.xml), I receive the following error – An internal error occurred during: "Fetching children of Database". When setting up the hibernate console file (Hibernate tool), I was able to successfully ping my database. I am using the MySQL driver mysql-connector- java-5.1.21.jar I am trying to connect to a MySQL 5.5 database to generate my DAO class. I use Eclipse STS 3.1.0 and Hibernate Tools 3.6.0.
