RE: serialisation problem?

2001-01-18 Thread Juan Lorandi (Chile)
marshalling code is withing JVM -Original Message-From: Greg Matthews [mailto:[EMAIL PROTECTED]]Sent: MiƩrcoles, 17 de Enero de 2001 20:01To: Orion-InterestSubject: Re: serialisation problem? thanks juan and mike for the responses. F:\dev\scriptjava -versionjava

RE: serialisation problem?

2001-01-17 Thread Juan Lorandi (Chile)
shooting from the hip again (bad habits die hard)... String's limit was 64K until JDK 1.3... which JDK are you using? -Original Message-From: Greg Matthews [mailto:[EMAIL PROTECTED]]Sent: MiƩrcoles, 17 de Enero de 2001 1:27To: Orion-InterestSubject: serialisation

Re: serialisation problem?

2001-01-17 Thread Greg Matthews
so i could maybe work out what's going on? if so, can the marshalling code generated by orion be modified for debugging purposes? thanks, greg - Original Message - From: Juan Lorandi (Chile) To: Orion-Interest Sent: Thursday, January 18, 2001 2:32 AM Subject: RE: ser

Re: serialisation problem?

2001-01-16 Thread Mike Clark
Prior to JDK 1.3, the serialization of a string exceeding 64k would result in a java.io.UTFDataFormatException being thrown. If you're using a 1.2 version (or earlier) JVM, then you should see this exception being raised somewhere rather than getting an empty string. Mike -- Mike Clark