Re: Class loader and serialization

2003-08-14 Thread Mark Wielaard
Hi, On Thu, 2003-08-14 at 16:04, Guilhem Lavaux wrote: Thanks to Mark I have found a compatible way to do what I want with the SecurityManager. I am going to see if it works in real world now. For an example of what I suggested see the way java.util.ResourceBundle creates a SecurityManager

Re: Class loader and serialization

2003-08-14 Thread Guilhem Lavaux
Hi, Thanks to Mark I have found a compatible way to do what I want with the SecurityManager. I am going to see if it works in real world now. Thanks Mark ! ;) Cheers, Guilhem. ___ Classpath mailing list [EMAIL PROTECTED]

Class loader and serialization

2003-08-14 Thread Guilhem Lavaux
Hi, it seems there is a misunderstanding problem between kaffe's class loader mechanism and classpath's serialization. Here is the current state: * ObjectInputStream builds class decriptors from input stream, or if it is not described build them from classes directly. To do so it resolves classes