[flexcoders] Re: FDS/Hibernate - LazyInitializationException when writing AMF output

2007-02-25 Thread simonjpalmer
. > > > > Thanks > > > Eric > > > > Flex PM > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of parkerwhirlow > Sent: Friday, February 16, 2007 7:06 PM > To: flexcoders@yahoogroups.com &

RE: [flexcoders] Re: FDS/Hibernate - LazyInitializationException when writing AMF output

2007-02-23 Thread Eric D Anderson
nks Eric Flex PM From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of parkerwhirlow Sent: Friday, February 16, 2007 7:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FDS/Hibernate - LazyInitializationException when w

RE: [flexcoders] Re: FDS/Hibernate - LazyInitializationException when writing AMF output

2007-02-18 Thread Jeff Vroom
@yahoogroups.com Subject: Re: [flexcoders] Re: FDS/Hibernate - LazyInitializationException when writing AMF output I found that error when some complex object graph return to FDS and FDS can't deal with that complex object, so throws that huge error stack. I solve it returning a more simple object or

Re: [flexcoders] Re: FDS/Hibernate - LazyInitializationException when writing AMF output

2007-02-18 Thread Carlos Rovira
I found that error when some complex object graph return to FDS and FDS can't deal with that complex object, so throws that huge error stack. I solve it returning a more simple object or String. Hope that helps... On 2/17/07, parkerwhirlow <[EMAIL PROTECTED]> wrote: This is happening from F

[flexcoders] Re: FDS/Hibernate - LazyInitializationException when writing AMF output

2007-02-16 Thread parkerwhirlow
This is happening from FDS... flex.data.assemblers.HibernateAssembler uses a function called fetchObjectProperties() that's supposed to load them all while the session is open right? I've seen in other posts that FDS eager fetches the properties in the Assembler, so that they are available during