We downloaded the latest version of Jonas 2.4.4 that uses log4j v1.0.4
set of API's.

We are using the log4j 1.2 beta exclusively and when I put the log4j 1.2
beta jar file in front of the class path, Jonas throws a
java.lang.NoSuchMethodError at
org.objectweb.monolog.wrapper.log4j.MonologCategory.getInstance(MonologC
ategory.java:25).

Turns out that the method
  Category getInstance(String name, CategoryFactory factory)
that the Jonas log4j wrapper uses has been deprecated in the beta
version of log4j.

I guess I can decompile all of the Jonas's log4j wrapper classes and
rewrite but that sounds a bit extreme for such a global problem.

I thought that log4j beta was supposed to be backwards compatible.

Has anyone else experienced this or have a solution to the problem?

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

Reply via email to