I have created custom event listener that extends AbstractPersistenceEventListener as described in the Grails docs http://grails.org/doc/latest/guide/GORM.html and it works fine, however. i am unable to inject Service in this listener if doing as follows.
def context = ServletContextHolder.servletContext.getAttribute(GrailsApplicationAttributes.APPLICATION_CONTEXT)
def myService = context.myService
The 'context' returns null.
Any ideas what may be the problem. Thank You p.s. GRails 2.1.2