但是,我已經創建了自定義事件偵聽器,它擴展了AbstractPersistenceEventListener,如Grails文檔http://grails.org/doc/latest/guide/GORM.html中所述,它工作正常。如果執行如下操作,我無法在此偵聽器中注入Service。無法在src/groovy中注入grails應用上下文
def context = ServletContextHolder.servletContext.getAttribute(GrailsApplicationAttributes.APPLICATION_CONTEXT)
def myService = context.myService
'context'返回null。
任何想法可能是什麼問題。謝謝 p.s. GRails 2.1.2
上下文返回null或上下文爲空? – 2013-04-18 12:31:34
對不起,我的英文。上下文爲null或ServletContextHolder.servletContext.getAttribute(GrailsApplicationAttributes.APPLICATION_CONTEXT)返回null – latvian 2013-04-18 13:00:58