Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
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:
i have write 2 programs one is windows application and the other is web application, i have the same xml mapping files and configuration.
my windows application works compeletly true but my web application throw error, "unkown entity class" ! is there any difference in windows application and web application which i should consider?