Re: [cp-patches] FYI: RMI/java.io bug 25520 fix in VMObjectInputStream

2006-01-27 Thread Nicolas Geoffray
Hi Audrius Audrius Meskauskas wrote: Hi, Nicolas, >Are you sure this is the correct behaviour? The class of the stream (which contains the members that couldn't be unserialized and were the cause of the bug) is loaded in RMI with the resolveClass method of the gnu.java.rmi.server.RMIObjectI

Re: [cp-patches] FYI: RMI/java.io bug 25520 fix in VMObjectInputStream

2006-01-27 Thread Audrius Meskauskas
Hi, Nicolas, >Are you sure this is the correct behaviour? The class of the stream (which contains the members that couldn't be unserialized and were the cause of the bug) is loaded in RMI with the resolveClass method of the gnu.java.rmi.server.RMIObjectInputStream. This method calls the java.

Re: [cp-patches] FYI: RMI/java.io bug 25520 fix in VMObjectInputStream

2006-01-27 Thread Nicolas Geoffray
Hello Audrius, Audrius Meskauskas wrote: This patch fixes the RMI bug 25520 (the user class is not found by the RMI server). That's great! Finally it's corrected in classpath HEAD The user class is not found because there is no user class loader on the stack of that thread. It can only be l