Hello I note that the Init class performs Log4j configuration using the config.xml from within the xml-security.jar. This has the unfortunate side-effect of removing any Log4j configuration that may have been set from the application context.
Is it possible to avoid using the configurator if the rootlogger is already configured with appenders? Or should the Log4j configuration only occur in the test classes and be omitted from the xml-security library proper? Cheers Jem
