« Return to Thread: No Hibernate Session bound to thread

No Hibernate Session bound to thread

by ray211 :: Rate this Message:

Reply to Author | View in Thread

Getting the following error:
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here

My Grails service listens for JMS message.  Once received it writes that data to the database.  On the it.save() this exception is thrown.

Any suggestions?

Thanks!

 « Return to Thread: No Hibernate Session bound to thread