I have a quartz job that needs to render a GSP, when I tried:
def g = new org.codehaus.groovy.grails.plugins.web.taglib.ApplicationTagLib() def text = g.render(template: "/templates/myTemplate", ...