Re: Java.lang.StackOverflowError

Troy Gardner <[email protected]>
Newsgroups gmane.comp.java.openamf.user
Message-ID <[email protected]>
I'd be interested if it's a circular dependency that AMF can't deserialize
properly.

Baring that, serialize it differently on the client. e.g. two arrays

Company.id = 13;
Company.Contacts:Array = new Array();
Company.Contacts.push(contact.id =1);
Company.Contacts.push(contact.id =2);

//contacts array
contacts.companyID =13;


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.