Hi all, I'm running into a strange problem while sending objects from flex to java using openamf. A brief version of my object model is as follows: A FileDataTable contains a FileStatus (and a list of FileStatus, not sure if this matters) and I'm trying to send a FileDataTable from flex to java. If I send a AS FileDataTable to a java method which accepts a java FileDataTable object, then openamf throws a ClassNotFoundException on the java FileStatus class. If I send an AS FileStatus to a java method which accepts a java FileStatus object, the object got sent correctly. If I send an AS FileImportTable to a java method which accepts a FileStatus object, openamf somehow takes the FileStatus member of the FileDataTable object and set it to the parameter and did not throw an exception. Btw, serializing from java to flex worked fine. I'm not sure why this is happening. Just wondering if anyone encountered such a problem before and if so, what is the fix to this? Thanks. Ban

