If this error was generated by the server, then it's likely the client sent a type that isn't supported by AMF... such as the object representation of ActionScript 2 primitives String, Boolean or Number.
i.e. you can't do this in AS2: myROService.myFunction(new Boolean(true)); You also can not send Images or MovieClips via AMF. Pete -----Original Message----- From: Veronica Grigoras [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 4:46 PM To: [email protected] Subject: [flexcoders] "unsupported type found in stream"-Flex alert Hi all, >From time to time I'm getting this flex alert popup in my application stating "Unsupported type found in stream". I don't see any errors in the application server log (sql exceptions, any other faulty errors), there are no functionality failures either. It doesn't appear constantly, which makes it difficult to duplicate. Is this a configuration issue? Does it have to do with the datatypes mapping between Flex and Java? Thank you, Veronica. Yahoo! Groups Links

