I'm upgrading from Hibernate 3.0.5 to Hibernate 3.1 and am unable to generate my schema script. The SchemaExportTask prints an error:
Schema text failed: Could not read mapping document from file: /home/dhicks/workspace/ems/build/webapp/WEB-INF/classes/Event.hbm.xml
There is no other text to the message. This is, of course, in an Ant build script. This also all worked fine with Hibernate 3.0.5.
Any clues to help out? Is there some kind of debugging I can turn on that will show me more of what might be wrong?
Thanks,
Dave
|