Hello,
I'm trying to use some Grails domains' methods like Class.findByProperty on a task but i have an exception raised by the nodes:
java.lang.ILlegalException: Method on class XXX was used outside of a Grails application.
Is there a special config for the nodes to use those methods?
Thanks