[EMAIL PROTECTED] wrote:
Joel,

When I attempt to retrieve the 'safe' page; the original start page from
the tutorial, to which I added a link to my new test page I get this error:

2007-12-21 10:36:28,362 5ERROR [httpWorkerThread-9090-1]
(DefaultRequestExceptionHandler.java:50) - Processing of request failed
with uncaught exception: Exception constructing service 'TimingFilter':
Error invoking service builder method
org.apache.tapestry.tutorial.services.AppModule.buildTimingFilter(Log) (at
AppModule.java:65) (for service 'TimingFilter'): No service implements the
interface org.apache.commons.logging.Log.
java.lang.RuntimeException: Exception constructing service 'TimingFilter':
Error invoking service builder method
org.apache.tapestry.tutorial.services.AppModule.buildTimingFilter(Log) (at
AppModule.java:65) (for service 'TimingFilter'): No service implements the
interface org.apache.commons.logging.Log.

Any hints on how to get around this?
It looks like there's a problem with your Logger. Since Tapestry 5.0.6, Tapestry uses Slf4j in place of commons-logging. I think the AppModule class may not be up to date : replace all occurence of org.apache.commons.logging.Log by org.slf4j.Logger.

Hope it would help,

--
Francois Armand
Etudes & Développements J2EE
Groupe Linagora - http://www.linagora.com
Tél.: +33 (0)1 58 18 68 28
-----------
InterLDAP - http://interldap.org FederID - http://www.federid.org/
Open Source identities management and federation


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

Reply via email to