Re: No Hibernate Session bound to 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: []