Did you ever have to bother with LazyInitializationExceptions in Hibernate? I’m sure you have. :) This famous exception occurs if you try to access any non-initialized assocation (or proxy) when the assigned hibernate session has already been closed.