even i was facing the same problem .
every thing was working fine but all of a suden every jsp page started giving me error saying
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 1 in the generated java file The type
org.hibernate.SessionFactory cannot be resolved. It is indirectly
referenced from required .class files
An error occurred at line: 9 in the generated java file Only a type
can be imported. org.hibernate.Query resolves to a package
An error occurred at line: 11 in the generated java file Only a type
can be imported. org.hibernate.Session resolves to a package
An error occurred at line: 12 in the generated java file Only a type
can be imported. org.hibernate.SessionFactory resolves to a package
An error occurred at line: 13 in the generated java file Only a type
can be imported. org.hibernate.cfg.Configuration resolves to a package
to solve thi problem in eclipse i removed/deleted the server from eclipse and added my tomcat server back and every thing started working same as before .....
Thanks