Interesting question... they may not at this point with FDS and AMF3. I assumed they would from my experience with older remoting versions but this may no longer be the case. I do know that anything you want to map to an ArrayCollection must implement java.utils.Collection...
--- In [email protected], "Douglas Knudsen" <[EMAIL PROTECTED]> wrote: > > Does the Java POJO really need tom implement Serializable? Works for me > without it, examples don't have it either. > > DK > > On 1/6/07, grand_master_flash_x [EMAIL PROTECTED] wrote: > > > > I did a blog entry a while back about this: > > http://www.velloff.com/?p=23 > > > > Also, download and try ServiceCapture<http://www.kevinlangdon.com/serviceCapture/> > > to really see what is going on. > > > > --- In [email protected], "Clint Modien" cmodien@ wrote: > > > > > > It's probably being deserialized on the actionscript side as an Array. > > Try > > > changing the type from an ArrayCollection to an Array. > > > > > > On 1/5/07, Raider226 raider226@ wrote: > > > > > > > > I have a java class I created that contains an ArrayList as one of the > > > > i-vars. I am trying access this class as a remote object but when I > > > > receive it on the client side in ActionScript the ArrayList parameter > > > > is null even though I am printing it's contents on the server just > > > > before returning and it is not showing as null before it goes through > > > > the flex gateway. And the other parameters within my class > > > > (String,int) are coming through just fine. I am receiving it on the > > > > ActionScript side as an ArrayCollection. Am I not allowed to send an > > > > ArrayList in this way from java to ActionScript? Could anyone please > > > > help? Much appreciated. > > > > > > > > Thanks, > > > > Chris > > > > > > > > > > > > > > > > > > > > > > > -- > Douglas Knudsen > http://www.cubicleman.com > this is my signature, like it? >

