Author: kfujino Date: Mon Jan 27 08:44:31 2014 New Revision: 1561610 URL: http://svn.apache.org/r1561610 Log: The type of logger attribute of Context MBean should be not org.apache.commons.logging.Log but org.apache.juli.logging.Log.
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml?rev=1561610&r1=1561609&r2=1561610&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Mon Jan 27 08:44:31 2014 @@ -207,7 +207,7 @@ <attribute name="logger" description="Associated logger." - type="org.apache.commons.logging.Log" /> + type="org.apache.juli.logging.Log" /> <attribute name="managedResource" description="The managed resource this MBean is associated with" Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1561610&r1=1561609&r2=1561610&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Jan 27 08:44:31 2014 @@ -121,6 +121,11 @@ Add missing <code>javax.annotation.sql.*</code> classes to annotations-api.jar. (markt) </fix> + <fix> + The type of logger attribute of Context MBean should be not + <code>org.apache.commons.logging.Log</code> but + <code>org.apache.juli.logging.Log</code>. (kfujino) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org