I've tried the logger in apache-commons-10.0-SNAPSHOT.jar as well as older versions.
If I compile the webapp but don't include the jar in the war's lib I get classnotfound on the logger.
If the jar is included in the war then get the castable issue:
[code]
Caused by: java.lang.ClassCastException: org.apache.commons.logging.impl.LogFactoryImpl cannot be cast to org.apache.commons.logging.LogFactory
at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:504)
[/code]
[Message sent by forum member 'rimartin7' (rimartin7)]
http://forums.java.net/jive/thread.jspa?messageID=300597