So, having just completed a global search for "NodeListCache", I have been unable to find a possible way for a NodeList to actually make it to serialization.
I will continue looking. Scott > -----Original Message----- > From: Scott Sanders > Sent: Tuesday, April 23, 2002 4:23 PM > To: [EMAIL PROTECTED] > Subject: RE: [PATCH] Java Serialization of DOM Part 1 > > > We use DOM Events on some of our DOM trees, and when Catalina > tries to load a session from a file, it chokes saying that > NodeListCache is not serializable. > > I wonder if it is not transient somewhere? > > Scott > > > -----Original Message----- > > From: Arnaud Le Hors [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 23, 2002 4:01 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [PATCH] Java Serialization of DOM Part 1 > > > > > > I'm puzzled by this one: > > > > -class NodeListCache { > > +class NodeListCache implements Serializable { > > > > As its name suggests this is a cache object and all members > > of this type are already declared as transient, so I don't > > see why this is needed. Not that it really hurts, but I'm > > curious to know why you had to add this. > > -- > > Arnaud Le Hors - IBM, XML Standards Strategy Group / W3C AC Rep. > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
