Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Due to the way commons-logging works and the fact commons-logging is provided in TomEE Log4JLogger can't be used in applications if any container dependencies (like myfaces) uses it.
So the solution is to replace org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger by org.apache.commons.logging.Log=org.apache.openejb.log.commonslogging.Log4J4AppOpenEJB4ContainerLog in commons-logging.properties