Hibernate version:
3.0.5, tools 3.1.0 alpha5
Mapping documents:
N/A
Code between sessionFactory.openSession() and session.close():
N/A
Full stack trace of any exception that occurs:
N/A
Name and version of the database you are using:
Oracle 9i
The generated SQL (show_sql=true):
N/A
Debug level Hibernate log excerpt:
N/A
After all my troubles getting Hibernate to work with Eclipse 3.1, which somehow seems related to the "System Library" checkmark being on or off (on=>won't work, off=>works), the Hibernate tools suddenly came alive as well. However, they didn't recognize my handcrafted mapping files. Before you start asking for them, I just dumped them and created them with the "New->Other->Hibernate" route. However, the newly created hibernate.cfg.xml and mapping documents are generated to use the 2.0 DTDs!?!?! Is that an option somewhere? Could it be another plugin confusing it? e.g. the Spring console? Anyone?
Bert Laverman
|