Hibernate Tools version: 3.0.0.alpha
Eclipse version: 3.1RC5
Hibernate version: 3.0.5
If you specify a name for your session-factory when creating a Hibernate Configuration, the resulting file will not have a space in between "session-factory" and "name" in the xml. EG:
<session-factoryname="spacey">
This will cause parsing errors if you try to generate artifacts from a console configuration, etc. Adding a space before the "name" attribute -- or not specifying a session-factory name -- solve this problem.
Hope this helps and thanks for the tools.
|