Ceki saved my day!!! (classloader hell)

2002-11-30 Thread mailinglist09
Ok, following stuff happened: My app runs smooth, uses log4j (of course) and also commons-digester and some other stuff from commons. I deploy it as a webstart-app for the first time, my stuff in one jar, libs in other jars. - Whooaa ClassNotFoundException for some log4j classes, but the log4j

RE: weblogic6.1 log4j

2002-11-30 Thread Ebersole, Steven
I use log4j along with weblogic (6.1 through 6.1 sp3) with no problems. I too, have log4j.properties on the WL server classpath (as well as the log4j.jar file). Where is your log4j.jar file? Are you using any other components which might be using log4j(there are quite a few libraries nowadays

RE: Object logger

2002-11-30 Thread Igor G.
I agree with Thomas in general, but certain classes could be an exception from use toString() rule. We have coded special cases for Exceptions, Node and some other objects that are specific to our application. --- Thomas Muller [EMAIL PROTECTED] wrote: | It should be a logger that takes a