| Do not use commons logging system level property |
|
This rule detects the setProperty method call on a system object with either of the following keys:
In the source scanner, the quick fix for this rule deletes this call. For more information, see these articles about Jakarta Commons Logging with WebSphere Application Server: |
|
System.setProperty(LogFactory.FACTORY_PROPERTY, "weblogic.logging.commons.LogFactoryImpl");
System.setProperty(org.apache.commons.logging.LogFactory.FACTORY_PROPERTY, "weblogic.logging.commons.LogFactoryImpl"); |