At 01:04 AM 11/30/2004 +0100, you wrote:
>
>In ContextJNDISelector removed the code that performs a lookup on log4j.xml
>or log4j.properties files (for non-default repositories.) Code checked in.
>

That was the best choice I think.

BTW, I figured out why I was getting all those null pointers. My initialization code calls LogManager.setRepositorySelector() to guarantee that the ContextJNDISelector is used if it hasn't already been installed. The problem is, the defaultRepository field of this new selector is null. The old configured repository field contained in the DefaultRepositorySelector needs to be transfered to the new repository. I now do this inside setRepositorySelector(). I will commit this when I can tomorrow. I have too much debugging code in there right now and I'm already up way too late as it is.


Jake



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



Reply via email to