Which JAR contains org.springframework.orm.hibernate.HibernateTransactionManager?
Posted
by Umar
on Stack Overflow
See other posts from Stack Overflow
or by Umar
Published on 2010-03-24T09:23:46Z
Indexed on
2010/03/24
9:33 UTC
Read the original article
Hit count: 472
Hi
I am trying to use Hibernate+Spring in my application but stuck into following error:
java.lang.ClassNotFoundException: org.springframework.orm.hibernate.HibernateTransactionManager
Tired of googling, could any stackoverflower tell me which JAR contains the above class?
© Stack Overflow or respective owner