> What a curious little problem! I suppose it makes some kind of sense
> that extensions placed in jre/lib/ext/ should be self
> contained. That's
> probably the intention.
JNDI for example is loaded by the bootstrap class loader for JDK 1.3 and it
has to load application classes. That is why i
Hi,
I have found a minor bug when using the DOMConfigurator.
When I hava the log4j.jar file in the CLASSPATH everything is working fine
but when I put it in the jre/lib/ext/ directory it won't find my Filters,
Context class etc.
This is because the DOMConfigurator is loaded by the extension class
Hi to all,
I just extended log4j for my needs (my version supports more intelligent
throwables (i.e.: linked throwables, wrapper exceptions, ...) and I added a
simple priority filter for a given priority and up plus I added a buffer
appender) and it worked just great.
The buffer appender stores e