Line 86:
                logTargetFactory =
                    (LogTargetFactory)
this.getClass().getClassLoader().loadClass( factoryClass ).newInstance();

This leads to some classloader issues. Is there a reason for this or can the
context class loader be used instead?

/LS


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

Reply via email to