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 funn

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 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 Vitor Buitoni
User? Cheers, hope this is clearer, ADC -Original Message- 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 trav

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
27;ll 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

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.. It

Re: IOException while loading persisted sessions continued..

2004-01-30 Thread Jon Wingfield
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: 30 January

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
AIL PROTECTED] Sent: 30 January 2004 10:20 To: Tomcat Users List Subject: 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

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Bodycombe, Andrew
ist Subject: 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 persiste

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
t 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: 30 January

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

IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
Yes, but I don't want to may this object Serializable - is this Tomcat specific? I have plenty of other objects in session but they don't have these errors thrown?? Cheers, ADC -- snip -- When tomcat persists sessions, it will try to serialize all objects stored in your sessions to disk. In order