我已经使用 Spring Roo 生成了我的项目,并且没有触及 xml 文件。
我要做的就是通过实体的 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
请指导我。我被困得很厉害。