RE: Proxy collection and cyclic references

2007-11-15 Thread Robert Giddings
0 To: OJB Users List Subject: Re: Proxy collection and cyclic references Hi Robert, Robert Giddings wrote: > Hi Armin, > > Actually it doesn't seem to have anything to do with Proxies as setting > proxy to false while leaving auto-retrieve to true creates the same > problem. >

Re: Proxy collection and cyclic references

2007-11-14 Thread Armin Waibel
Users List Subject: Re: Proxy collection and cyclic references Hi Robert, Robert Giddings wrote: Hi Guys, Has anyone had any trouble with a proxy collection and cyclic references before? I keep getting StackTraceOverflow errors because of an infinite loop where a collection of objects of o

RE: Proxy collection and cyclic references

2007-11-13 Thread Robert Giddings
PROTECTED] Sent: 13 November 2007 11:28 To: OJB Users List Subject: Re: Proxy collection and cyclic references Hi Robert, Robert Giddings wrote: > Hi Guys, > > Has anyone had any trouble with a proxy collection and cyclic references > before? > > I keep getting StackTraceO

Re: Proxy collection and cyclic references

2007-11-13 Thread Armin Waibel
Hi Robert, Robert Giddings wrote: Hi Guys, Has anyone had any trouble with a proxy collection and cyclic references before? I keep getting StackTraceOverflow errors because of an infinite loop where a collection of objects of one type has a reference to the collection owner object. However I

Proxy collection and cyclic references

2007-11-12 Thread Robert Giddings
Hi Guys, Has anyone had any trouble with a proxy collection and cyclic references before? I keep getting StackTraceOverflow errors because of an infinite loop where a collection of objects of one type has a reference to the collection owner object. However I can't see this as being a pr