Hello I've been using the Open Session in View pattern, specifically the implementation found in org.springframework.orm.hibernate.support.OpenSessionInViewFilter, and in general I'm happy with it. However, testing my hibernate code outside the servlet container is difficult because of this. Basically, I have to traverse the object graph in my service layer (where the appropriate methods are decla