why this exception is occure when i run query from hql editor
org.hibernate.HibernateException: could not instantiate QueryTranslatorFactory: org.hibernate.hql.cla
I had the same exception when moved from hibernate 3 to hibernate 4 but when I tried to change the
org.hibernate.hql.classic.ClassicQueryTranslatorFactory
with
org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
it worked for me. I hope that help you.