Re: [Hibernate] Lazy again

2005-09-29 Thread Joe Germuska
Reading through the Hibernate manual it indicated that by specifying fetch="join" the related table would be retrieved in the same select statement. I tried this but got the same "session is closed" result. It also said that you could specify lazy="false" and it would retrieve everything at on

Re: [Hibernate] Lazy again

2005-09-29 Thread Murray Collingwood
Hi Martin I'm not using spring, not sure if I should be. I recently tried writing an app using Hibernate and had some great experiences - it's pretty cool in the amount of code and development time it saves me. Having said that I'm struggling with the same problem. I open the Hibernate ses

Lazy again

2005-09-29 Thread Martin Ravell
I'm just getting back to looking at my lazy loading problem and would like to see if I am understanding things correctly. While not strictly Struts related (I do use Struts in this app) I am hoping that someone else on this list has gone down the same path as I am attempting. My web.xml has the fo