Until I just checked, I thought all Logger variables were defined as:

        transient private static Logger log

but there are some which are defined without the transient modifier [& some
protected and some non-static].

If the class is serializable, surely omitting transient will increase the
serialised size, and might perhaps cause problems when deserializing - or
have I misunderstood something?

We've not used client-server mode here and I have no experience of any
serialisation problems; it may well be unimportant.

[I can create patches if required.]

-- 
The opinions expressed herein are my own, and are not necessarily endorsed
by my employer ...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to