- Error Message
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here
This error is from that the hibernate can not find "Transactional".
Please insert
@SuppressWarnings("unchecked")
@Transactional
Tuesday, 10 February 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment