
hi i am trying to build a small project which automatically creates the table schema.while building i am getting the error that registerColumnType method is not present though i have added the jar file containing org.hibernate.dialect.* and have defined my required dialect in the hibernate.cfg.xml file as well. i have done lots of google but not a clue. any help will be appreciated!!

Hi,
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
So, you should try to resolve the hibernate version. You may try latest version of Hibernate.
Thanks

giving more details: this method "registerColumnType" is present in org.hibernate.dialect.Oracle9iDialect class and i have added the jar file for that already. i have also specified the dialect i am going to use in the hibernate.cfg.xml file. but still it thrwoing this error!!
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.