RE: [flexcoders] Re: FDS - class cast exception - lazy loading relationship

2006-12-13 Thread Jeff Vroom
I'm going to keep looking into this, but do you have any bi-directional relationships where both directions are lazy=false? Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Wednesday, December 13,

RE: [flexcoders] Re: FDS - class cast exception - lazy loading relationship

2006-12-12 Thread Jeff Vroom
We do have a bug fix release coming out pretty soon that should have the fixes to several FDMS bugs. It won't have the fix for this problem because we found it too late unfortunately. We can also produce hotfixes for any other problems though I think that requires going through our regular

RE: [flexcoders] Re: FDS - class cast exception - lazy loading relationship

2006-12-05 Thread Jeff Vroom
This does look like a bug that will occur when you have autoSyncEnabled=false and you use a Set either with lazy loading or as a return value from a fill. It is an easy fix - we are just casting to a List in a couple of places instead of to a Collection. For now, maybe you can workaround