Tuesday 10 February 2009

[Error] Hibernate error

- 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

No comments: