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]