Abdul/Peter, I have an editable datagrid that gets populated via remote object calls. The delegate class has a method "Object[] getDataGridData ()", the result array is populated with java value objects. On the flex side I registered the "AS2" value object to the correspondent java value object via "Object.registerClass".
I have save/update functionalities associated with the datagrid and the save is called like "remoteObject.saveDataFromTheGrid (<dataGrid_id>.dataprovider)" ( the data provider gets sent as a parameter). The data grid contains Strings, Dates and formatted numbers. Does this sound like something that could cause such problem ? Another question I have: is there any way to disable the alert message (flex config parm or so on )? TIA, Veronica. --- In [email protected], Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Hi, > > Yeah it generally happens when you try to pass entire recordset from server > to flash player via Remote Object(Flash Remoting). Try to pass array of > objects or structures to client rather than passing recordset... > > Hope that helps... > > -abdul > > -----Original Message----- > From: Veronica Grigoras [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 10, 2005 3:16 AM > 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

