2
我已經使用Spring Roo生成了我的項目,但未觸及xml文件。爲什麼在使用OpenEntityManagerInViewFilter時會出現LazyInitializationException? (使用Spring Roo)
我想要做的就是通過ITD方法獲取一個實體的集合。
我得到以下錯誤:
SEVERE: Servlet.service() for servlet MyProject threw exception
org.hibernate.LazyInitializationException: failed to lazily initialize a collect
ion of role: com.myproject.main.domain.Juser.securityRoles, no session or session
was closed
請指引我。我被卡住了。
您是否在使用類com.myproject.main.domain.Juser進行身份驗證?拋出異常時是否登錄? – Pao