Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0.5
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:DEBUG
I am trying to upgrade Hibernate from 3.0.0 to 3.0.5. However, I got NoClassFound error and break at line 321 on org.hibernate.impl.SessionFactoryImpl class.
Code: QUERY_KEY_FACTORY = (QueryCacheKeyFactory) KeyFactory.create(QueryCacheKeyFactory.class);
During upgrade, I just update the hibernate3.jar, c3p0, cglib and dom4j but reuse current properties.
Please help what I miss.
Thanks!