hi ,
I am trying to use hibernate tools. I followed the same steps as given in the demo.
http://www.jboss.com/products/seam/SeamHBTools.html
I am using eclipse IDE and plug-in for hibernate-tools following this link.
http://www.hibernate.org/255.html
Could any one help me in finding out what could be the problem. Do I need to use any more jars?
I am getting the following error while generating the code
org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class
java.lang.NoClassDefFoundError: org.hibernate.cfg.reveng.OverrideRepository
java.lang.NoClassDefFoundError: org.hibernate.cfg.reveng.OverrideRepository
Thanks in advance,
Kalyani