Mark Thomas wrote:
Remy Maucherat wrote:
[EMAIL PROTECTED] wrote:
public abstract class ManagerBase implements Manager,
MBeanRegistration {
- protected Log log = LogFactory.getLog(ManagerBase.class);
+ protected Log log = null;
I'm also fairly certain this causes NPEs, so this part of the change has
to be reverted as well (for example, calling setRandomFile). This issue
is good to fix, as I have pointed out in the bug report.
I did check this and couldn't see a code path that would call this
prior to init() being called. What am I missing?
This can be called very simply, by trying to set a randomFile using
server.xml.
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]