I am getting org.hibernate.LazyInitializationException from my TestNG TestClases.
I have extended my TestNG test class with AbstractTransactionalTestNGSpringContextTests. One of my Test Object has a Lazy collection, which leads to this exception.
Is there any way to make all the collection initialized eagerly during Testing only. This exception does not occur if i do normal execution (No Test).