Hi. I have reverse engineered and then substantially modified an hbm using the Eclipse tool. I only wanted a small subset of the properties in my POJO's (it's just read only access of a small subset of information in the DB). Now I want to generate the POJO business objects to match that (single) hbm file, but I can't figure out how to do it using the eclipse tool - and I'm too lazy to try out the Ant task.
If I try to do it with Run->Hibernate Code Generation..., create a new config that uses a Console Configuration with my hbm file, it throws a ClassNotFoundException saying that it can't find the class that I want it to generate!
What am I missing?? In the manual at
http://www.hibernate.org/hib_docs/tools ... index.html it says in "6. Reverse engineering and code generation" to choose the "Hibernate Artifact Generation Wizard". I can't find this wizard anywhere.
I am using 3.1 beta 2.
Thanks,
Mark