I am using myEclipse 3.8.4
I have a web project in which I am including a jar file from another web project so I can use a look up on one of its classes to return all of the employees from my database but hibernate gives me the following error:
WARN net.sf.hibernate.hql.QueryTranslator – no persistent classes found for query class: from employee in class edu.us.employee.hibernate.Employee
Any ideas?
Thanks in advance