RE: [flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Peter Farland
Unfortunately we did not remove statics from the Java Bean serialization rules of RemoteObject in Flex 1.5. It's a known issue and will be fixed going forward. As a work around for now would it be possible to move the static final to another context? Such as a class called StaticConstants?

RE: [flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Peter Farland
Can you post the constructor code for the AS representation of the POJO classes? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Ewok Sent: Monday, June 13, 2005 4:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Web brows

RE: [flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Peter Farland
Hmm, do you need to add curly braces as I have below? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Ewok Sent: Monday, June 13, 2005 5:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Web browser crashing on remote method