Re: Expected lazy loading, got eager.

2010-02-12 Thread Clinton Begin
For this thread, and others... Since this topic has come up a few times, I've added a setting to allow you to choose aggressive lazy or super lazy... if that makes any sense. Docs are updated. Look for aggressiveLazyLoading. Note that calling equals, hashCode, or toString will still cause the c

Re: Lazy Loading cglib error

2010-02-12 Thread Clinton Begin
I've never seen that one... but my guess is that somehow it's trying to proxy a null instance. But there's a check for that... hmm.. I just refactored the lazy loading implementation quite significantly. Try the trunk version. Clinton On Fri, Feb 12, 2010 at 6:36 AM, Eugenia Mastantuono < euge

Lazy Loading cglib error

2010-02-12 Thread Eugenia Mastantuono
Hi, I'm having problems enabling lazy loading. Using: Ibatis 3 beta 9, cglib 2.2, asm 3.2. (into a netbeans platform library module) Everything works great with lazy loading disabled, selects, inserts, updates, etc. but when I set lazy loading = true, the following error occurs on every query: