RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Yiannis Mavroukakis
No this is Java specific, not Tomcat. See http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html Yiannis -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 09:43 To: TOMCAT USER (E-mail) Subject: IOException while loading persisted

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
: IOException while loading persisted sessions continued.. No this is Java specific, not Tomcat. See http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html Yiannis -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 09:43 To: TOMCAT USER (E-mail

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Bodycombe, Andrew
:50 To: 'Tomcat Users List' Subject: RE: IOException while loading persisted sessions continued.. No this is Java specific, not Tomcat. See http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html Yiannis -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
: RE: IOException while loading persisted sessions continued.. It says Classes that do not implement this interface will not have any of their state serialized or deserialized So, to me that means I do not have to put Serializable if I do not want my MyLinks class to be persisted. But Tomcat

Re: IOException while loading persisted sessions continued..

2004-01-30 Thread Jon Wingfield
while loading persisted sessions continued.. No this is Java specific, not Tomcat. See http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html Yiannis -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 09:43 To: TOMCAT USER (E-mail

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Yiannis Mavroukakis
Does MyLinks perhaps implement/extend another class which has been declared as Serializable? -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:20 To: Tomcat Users List Subject: RE: IOException while loading persisted sessions continued

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
keep on looking... thanks, ADC -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:40 To: 'Tomcat Users List' Subject: RE: IOException while loading persisted sessions continued.. Does MyLinks perhaps implement/extend another class which has been

Re: IOException while loading persisted sessions continued..

2004-01-30 Thread Vitor Buitoni
- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:46 To: 'Tomcat Users List' Subject: RE: IOException while loading persisted sessions continued.. If you read a bit further down: When traversing a graph, an object may be encountered that does not support the Serializable

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Bodycombe, Andrew
non-serializable session attributes. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:53 To: Tomcat Users List Subject: RE: IOException while loading persisted sessions continued.. Hi There, I think either I am missing the point, or my

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Shapira, Yoav
Howdy, It's funny how you got all these explanations of serialization ;) OK, I think TC5 has session persistence enabled by default for its clustering stuff. I do want to use clustering at some point, so I will need to add Serializable to all my session objects - fine. But if you do not want

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
Thanks mate. Finally an answer that does not include what Serialization is ;) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 13:52 To: Tomcat Users List Subject: RE: IOException while loading persisted sessions continued.. Howdy, It's funny how