Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
[b]Hibernate version:3.0[/b]
[b]Mapping documents:[/b]
[b]Code between sessionFactory.openSession() and session.close():[/b]
[b]Full stack trace of any exception that occurs:N/A[/b]
[b]Name and version of the database you are using:MySQL 4.1[/b]
[b]The generated SQL (show_sql=true):N/A[/b]
[b]Debug level Hibernate log excerpt:N/A[/b]
-------------------------
I am using MyEclips /Eclips 3.1 with Spring 1.2, MySQL, JSF and Hibernate.
I need help to resolve following error:
"The type net.sf.hibernate.LockMode cannot be resolved. It is indirectly referenced from required class files". I am getting this error while using "getHibernateTemplate()".
Here is the line code
"User user = (User) this.getHibernateTemplate().load(User.class, username);"
I saw a posting at "http://svn.hisp.info/confluence/display/HISP/FAQ?decorator=printable" suggesting to copy dependency declarations verbatim into <dependencies> section but the person did not mentioned the filename. Done any onw know which file contains this tag?
Thanks