« Return to Thread: No Hibernate Session bound to thread

Re: No Hibernate Session bound to thread

by ray211 :: Rate this Message:

Reply to Author | View in Thread

I think I am real close.  However, I am still having a problem.  

When I try to do my DB write:
backgroundService.execute("DB Write " + count.toString(), {it.save()} )

I get the following error:
Caused by: groovy.lang.MissingMethodException: No signature of method: static RcdFact.save() is applicable for argument types: () values: []

 « Return to Thread: No Hibernate Session bound to thread