Hi,
I just started using Tapestry, and was working a little past the
tutorial. I pulled in the snapshot code and my app broke,
particularly around commons-logging no longer being imported as a
transative dependency.
I declared
public RequestFilter buildTimingFilter(final Logger log)
using the slf4j version.
I tried the latter, and I ended up with:
HTTP ERROR: 500
org.apache.log4j.Logger.isTraceEnabled()Z
RequestURI=/person/create
Powered by Jetty://
at
org
.slf4j.impl.Log4jLoggerAdapter.isTraceEnabled(Log4jLoggerAdapter.java:
81)
which is defined by:
public boolean isTraceEnabled() {
return logger.isTraceEnabled();
}
It seems that Log4J's Logger/Category at version 1.2.9 doesn't include
an isTraceEnabled() method. I upped the version to 1.2.12 and it's the
same. My setup is the exact same as the svn trunk version of the
tutorial. What am I missing here?
Christian.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]