RE: lazy loading confusion

2006-09-27 Thread Poitras Christian
Oups. Forgot to tell you to change User[] to List prior to posting logs since I doubt User[] can be overiden.   Christian From: Poitras Christian [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 September 2006 13:06To: user-java@ibatis.apache.orgSubject: RE: lazy loading confusion I can&#

RE: lazy loading confusion

2006-09-27 Thread Poitras Christian
I can't see why this doen't work. Try posting the logs from iBATIS and your sqlMap file containing Member.listByProject.   Christian From: Tom Duffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 September 2006 12:40To: user-java@ibatis.apache.orgSubject: Re: lazy loading conf

Re: lazy loading confusion

2006-09-27 Thread Tom Duffey
load it even in lazy mode. I tried User[] (User is one of my classes) and List. TomFrom: Tom Duffey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 September 2006 11:36To: user-java@ibatis.apache.orgSubject: Re: lazy loading confusion On Sep 27, 2006, at 10:00 AM, Tom Duffey wrote:

RE: lazy loading confusion

2006-09-27 Thread Poitras Christian
load it even in lazy mode. I tried User[] (User is one of my classes) and List. Tom From: Tom Duffey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 September 2006 11:36To: user-java@ibatis.apache.orgSubject: Re: lazy loading confusion On Sep 27, 2006, at 10:00 AM, Tom Duffey wrot

Re: lazy loading confusion

2006-09-27 Thread Tom Duffey
] (User is one of my classes) and List.Tom From: Tom Duffey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 September 2006 11:36To: user-java@ibatis.apache.orgSubject: Re: lazy loading confusion On Sep 27, 2006, at 10:00 AM, Tom Duffey wrote: On Sep 27, 2006, at 9:51 AM, Jeff Butler wrote:

RE: lazy loading confusion

2006-09-27 Thread Poitras Christian
Sent: Wednesday, 27 September 2006 11:36To: user-java@ibatis.apache.orgSubject: Re: lazy loading confusion On Sep 27, 2006, at 10:00 AM, Tom Duffey wrote: On Sep 27, 2006, at 9:51 AM, Jeff Butler wrote: Try explicitly enabling lazy loading:         lazyLoadingEnabled="tru

Re: lazy loading confusion

2006-09-27 Thread Tom Duffey
iBATIS think it needs to> load> the data?>> Tom>>>>> Christian>>>> -----Original Message->> From: Tom Duffey [mailto: [EMAIL PROTECTED]]>> Sent: Wednesday, 27 September 2006 09:25>> To: user-java@ibatis.apache.org>> Subject: Re: lazy l

RE: lazy loading confusion

2006-09-27 Thread Christopher . Mathrusse
Namespaces="true"/> From: "Poitras Christian" <[EMAIL PROTECTED]> [mailto:"Poitras Christian" <[EMAIL PROTECTED]>] Sent: Wednesday, September 27, 2006 7:55 AMTo: Subject: RE: lazy loading confusion Hum... The requirements indicates that CGLIB 2.0 shou

Re: lazy loading confusion

2006-09-27 Thread Tom Duffey
]]> Sent: Wednesday, 27 September 2006 10:34> To: user-java@ibatis.apache.org> Subject: Re: lazy loading confusion> >> On Sep 27, 2006, at 9:28 AM, Poitras Christian wrote:>>> Maybe your application is accessing the "members" property when the>> object is

RE: lazy loading confusion

2006-09-27 Thread Poitras Christian
then maybe it is the Spring configuration that is problematic. Christian -Original Message- From: Tom Duffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 September 2006 10:44 To: user-java@ibatis.apache.org Subject: Re: lazy loading confusion On Sep 27, 2006, at 9:40 AM, Poitras Chri

Re: lazy loading confusion

2006-09-27 Thread Jeff Butler
ge-> From: Tom Duffey [mailto: [EMAIL PROTECTED]]> Sent: Wednesday, 27 September 2006 10:34> To: user-java@ibatis.apache.org> Subject: Re: lazy loading confusion> >> On Sep 27, 2006, at 9:28 AM, Poitras Christian wrote:>>> Maybe your application is accessing the "m

Re: lazy loading confusion

2006-09-27 Thread Tom Duffey
uffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 September 2006 10:34 To: user-java@ibatis.apache.org Subject: Re: lazy loading confusion On Sep 27, 2006, at 9:28 AM, Poitras Christian wrote: Maybe your application is accessing the "members" property when the object is populating. Try to

RE: lazy loading confusion

2006-09-27 Thread Poitras Christian
This is possible. Try to turn on enhancement (also add needed jar) for lazy loading and see what happens. Christian -Original Message- From: Tom Duffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 September 2006 10:34 To: user-java@ibatis.apache.org Subject: Re: lazy loading confusion

Re: lazy loading confusion

2006-09-27 Thread Tom Duffey
Sent: Wednesday, 27 September 2006 09:25 To: user-java@ibatis.apache.org Subject: Re: lazy loading confusion On Sep 27, 2006, at 1:41 AM, Niels Beekman wrote: Can we see your config? What all would you like to see? It's a large application and the example I posted is just a snippet. Here&

RE: lazy loading confusion

2006-09-27 Thread Poitras Christian
uffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 September 2006 09:25 To: user-java@ibatis.apache.org Subject: Re: lazy loading confusion On Sep 27, 2006, at 1:41 AM, Niels Beekman wrote: > Can we see your config? What all would you like to see? It's a large application and the exampl

Re: lazy loading confusion

2006-09-27 Thread Tom Duffey
On Sep 27, 2006, at 1:41 AM, Niels Beekman wrote: Can we see your config? What all would you like to see? It's a large application and the example I posted is just a snippet. Here's more from my sql config and dao config:

RE: lazy loading confusion

2006-09-26 Thread Niels Beekman
Can we see your config? -Original Message- From: Tom Duffey [mailto:[EMAIL PROTECTED] Sent: woensdag 27 september 2006 7:34 To: user-java@ibatis.apache.org Subject: lazy loading confusion Hi All, I have a Project class with a list of Members. It is my understanding that I can turn on