Hibernate version: 2.1.6
Mapping documents: Trying to generate them with MapGenerator
Just trying to find anyone else who's tried to use the Hibernate plugin with IntelliJ Idea 4.5.
It tries to generate map files using net.sf.hibernate.tool.class2hbm.MapGenerator, but this class is not in my hibernate 2.1.6 jar file, and is not in any of the jars in latest hibernate extensions zip file either.
Perhaps, it is trying to use an approach from earlier versions of hibernate, which could have been replaced with a different approach in 2.1.6, or I may just have something out of kilter.
Anyone else had success w/the Idea Hibernate plugin?
Thanks,
Mike
|