You're right Craig, static variables do not get serialized. I'll change this back tonight.

>   Made log instance transient

Is this actually required to achieve serializability?  It was my
understanding that static variables were not part of the serialized state
of an object, so it shouldn't make any difference -- and it is guaranteed
to cause problems if the class were to be serialized and deserialized, and
then tried to log something.

Craig

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

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus


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

Reply via email to