On 11/30/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Wendy Smoak wrote: > > On 11/30/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > > > >> There was a thread somewhere recently (I'm afraid I don't recall where) > >> about going in the opposite direction, for a good reason that I don't > >> recall. I'm hoping someone else here saw the same thing and has a > better > >> memory. ;-) IIRC, the solution was to make the log instance transient > and > >> access it through a getter. > > > > Possibly... > > > http://www.nabble.com/-logging-Advice-on-static-instance-transient-Log-variables-t602568.html
Yep, that's the one. Wendy, you are now officially my memory. ;-) Thanks for the link. If I understand the issue correctly, it would only > be a problem is you had a logging implementation in the application > classpath (WEB-INF/lib) but struts-action.jar in a shared classpath > ($TOMCAT_HOME/common/lib or similar). > > If I recall correctly, putting Struts in a shared classpath like that is > strongly discouraged and/or won't work anyway, so do we need to worry > about this? Actually, it's not just strongly discouraged - we officially claim to not support such a scenario (or at least we used to). So you're right, we shouldn't worry about it. Sorry for the false alarm. -- Martin Cooper Or did I mis-understand the problem? > > L. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >