I've generated my project using Spring Roo and has not touched the xml files.
All I'm trying to do is to get a collection through a ITD method of an entity.
I get the following error:
Please guide me. I'm stuck badly.Code: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


Reply With Quote