Tag Archives: hibernate

Simple workaround for Hibernate lazy initialization problem

Update: this workaround is not a solution, just delaying the problem. I’m currently looking for other possibilities, databinder project looks promising. I’ve been struggling with the infamous Lazy loading problem – LazyInitializationException and other related exceptions, such as “Could not initialize proxy – the owning Session was closed”. My current project uses Hibernate> ORM framework… Read More »