Author: markt
Date: Thu May 19 08:49:03 2011
New Revision: 1124607
URL: http://svn.apache.org/viewvc?rev=1124607&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51230
Add missing attributes to JMX for ReplicationValve and JvmRouteBinderValve.
Patch provided by Eiji Takahashi.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml?rev=1124607&r1=1124606&r2=1124607&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
(original)
+++ tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Thu
May 19 08:49:03 2011
@@ -28,6 +28,7 @@
<attribute
name="asyncSupported"
description="Does this valve support async reporting? "
+ is="true"
type="boolean"/>
<attribute
name="className"
Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml?rev=1124607&r1=1124606&r2=1124607&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml
(original)
+++ tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml Thu May
19 08:49:03 2011
@@ -101,10 +101,12 @@
<attribute
name="asyncSupported"
description="Does this valve support async reporting?"
+ is="true"
type="boolean"/>
<attribute
name="doProcessingStats"
- is="true"
+ getMethod="doStatistics"
+ setMethod="setStatistics"
description="active statistics counting"
type="boolean"/>
<attribute
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1124607&r1=1124606&r2=1124607&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu May 19 08:49:03 2011
@@ -50,21 +50,29 @@
</add>
</changelog>
</subsection>
- <subsection name="Other">
+ <subsection name="Cluster">
<changelog>
<fix>
- <bug>46451</bug>: Configure svn:bugtraq properties for Tomcat trunk.
- Based on a patch provided by Marc Guillemot. (markt)
+ <bug>51230</bug>: Add missing attributes to JMX for ReplicationValve
and
+ JvmRouteBinderValve. Patch provided by Eiji Takahashi. (markt)
</fix>
</changelog>
</subsection>
<subsection name="Web applications">
<changelog>
<add>
- Add docs for experimental AJP-NIO connector. (markt/rjung)
+ Add documentation for AJP-NIO connector. (markt/rjung)
</add>
</changelog>
</subsection>
+ <subsection name="Other">
+ <changelog>
+ <fix>
+ <bug>46451</bug>: Configure svn:bugtraq properties for Tomcat trunk.
+ Based on a patch provided by Marc Guillemot. (markt)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 7.0.14 (markt)" rtext="released 2011-05-12">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]