Hi Lukasz,
I use about the same configuration as yours. I think you can safely
replace the provided version of log4j (in the lib directory) with a more
recent one. I have a production environment working with log4j 1.2.8,
other test environments I use have more recent versions. My production
environment is producing a huge amount of logging and no issues there
with logging.
Bernard.
Lukasz Kucharski a écrit :
Hi group
Did anyone use wicket witch such configuration - i know this may sound
silly but I'm having serious issues with slf4j binding for log4j.
Jboss internally uses very old implementation of log4j for which i
guess no slf4j binding exists (pre 1.2.x versions i guess).
I run wicket application successfully and log4j logging is working but
my wicket markup does not refresh, ever! This is because when
refreshing worker thread is starting it generates this error:
2008-09-11 15:46:04,781 ERROR [] thread.Task - Task
ModificationWatcher terminated
java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z
at
org.slf4j.impl.Log4jLoggerAdapter.isTraceEnabled(Log4jLoggerAdapter.java:81)
at org.apache.wicket.util.thread.Task$1.run(Task.java:107)
at java.lang.Thread.run(Thread.java:619)
which makes it unusable - my markup does not get refreshed. This is
serious concern for us. Please help.
Regards
Lukasz
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]