I have an session bean function which returns a large list. I use Externalizable to optimize the size of the transferred structure. After receiving the list on the client, the data is truncated. The size of the data that is correctly transmitted is about the size of a TCP/IP packet (ca. 2048 bytes). It seems, that the partitioning of rmi function parameters and return values does not work correctly. Has anyone else had this problem, too? Did I miss some configuration options, or is this a bug? Thanks, Attila ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
