No Hibernate Session bound to 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!