# The Sun JSF RI bundles and wraps commons-logging, which, for unknown reasons, disables any other # commons-logging (my guess: the LogFactoryImpl detection routine is broken). This configuration # file makes it work again (also for unknown reasons). org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger