Marcus Crafter wrote:
Since persistence of any component will require the logger to be re-set
on the component when it's recovered we thought it would make sense to
set the m_logger field to 'transient' in AbstractLogEnabled?
The change would be:
private Logger m_logger;
becomes:
private transient Logger m_logger;
Since this is a change to framework though, and one in the area of
serialization where we don't know all the details, we thought we'd bring
it up on the list - what does everyone think?
+1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Apache Excalibur Project -- URL: http://excalibur.apache.org/