[hibernate-dev] why does dynamic-map mode eagerly load lazy collections

2007-12-12 Thread Bill Burke
Same problem happening with dynamicMap mode. Problem is, by debugging/stepping through the code, I can't find out why a lazily loaded relationship is getting loaded. Any hints? Thanks, Bill -- Bill Burke JBoss, a division of Red Hat http://bill.burkecentral.com

Re: [hibernate-dev] why does dynamic-map mode eagerly load lazy collections

2007-12-12 Thread Bill Burke
H. I think the debugger is initializing the collection when I view it. I was trying to view the result in the debugger instead of a println LOL! sorry. Bill Burke wrote: Same problem happening with dynamicMap mode. Problem is, by debugging/stepping through the code, I