Hi Jose,
I think this could be a commons logging issue.
In your web app, try creating a file org.apache.commons.logging.LogFactory
under /META-INF/services which contains the name Log implementation
(f.e. for Log4J : org.apache.commons.logging.impl.Log4JLogger)
wim