Hi Marc,

On Wed, 21 Nov 2001, marc fleury wrote:

> 1- make sure the context cl is set properly (system.out its hash when you
> enter the method), make sure it is the hash of the cl that created the
> container (compare to the cl printouts)

Will do it as soon as I get to my linux box.

> 2- make sure your code uses the context cl when deserializing, it seems that
> the cl that is asked for the application is the system cl and that indicates
> that the io deserialization is asking the cl that loaded the system class
> (the container invoker in this case).

How can I ensure that deserialization will use the context CL? It seems
the the jdk's deserialization code (the code in ObjectInputStream, not the
one in MarshalledObject) simply ignores the context CL. But I might be
wrong, I will check this again.

Cheers,

Francisco


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to