hi i want to do reverse engineering but i am getting error .i hava created cfg.xmk and reveng.xml file in eclipse but i am getting error in eclipse with jboss tools java.lang.RuntimeException: Exception while creating new instance of class 'org.hibernate.tool.hbm2x.DAOExporter'
Exception while creating new instance of class 'org.hibernate.tool.hbm2x.DAOExporter'
java.lang.RuntimeException: Exception while creating new instance of class 'org.hibernate.tool.hbm2x.DAOExporter'
Exception while creating new instance of class 'org.hibernate.tool.hbm2x.DAOExporter'
java.lang.reflect.InvocationTargetException: <no message>
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodError: 'void org.hibernate.tool.hbm2x.DAOExporter.setTemplateNa me(java.lang.String)'
'void org.hibernate.tool.hbm2x.DAOExporter.setTemplateNa me(java.lang.String)'<?xml version="1.0" encoding="UTF-8"?>
<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">org.postg resql.Driver</property>
<property name="hibernate.connection.password">violet415</property>
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/destiny</property>
<property name="hibernate.connection.username">postgres</property>
<property name="hibernate.dialect">org.hibernate.dialect.Pos tgreSQLDialect</property>
</session-factory>
</hibernate-configuration>
<hibernate-reverse-engineering>
<table-filter match-schema="public" match-name="students"/>
<table-filter match-schema="public" match-name="classes"/>
</hibernate-revers