Hello,
I've got a strange pb with serialization...
I create a class containing a vector containe pair of String ( the key ) and Serializable ( the value ).
As a Map, but simpler.
I test it with standalone server and standalone client, containing several serializable object, and could get my data without pb...
I try to use it with tomcat as client, and stand alone rmi server, and I could not get my data, the key is good, but the serializable object (it was a String) become a [Ljava.lang.String; and I can't transtype it as java.lang.String and I can't get the previous string...
I think about a ClassLoader pb between SystemClassLoader and CatalinaClassLoader...
Any one's got a similar problem ?
My config : linux/tomcat 4.1.24_rpm/j2se1.4.1_02


Thanks a lot

Mourad


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to