Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51230
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 May 2011 08:49:03 +0000 (08:49 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 May 2011 08:49:03 +0000 (08:49 +0000)
Add missing attributes to JMX for ReplicationValve and JvmRouteBinderValve.
Patch provided by Eiji Takahashi.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1124607 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/ha/session/mbeans-descriptors.xml
java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml
webapps/docs/changelog.xml

index afb2922..154737a 100644 (file)
@@ -28,6 +28,7 @@
     <attribute
       name="asyncSupported"
       description="Does this valve support async reporting? "
+      is="true"
       type="boolean"/>
     <attribute
       name="className"
index 296c964..644e07c 100644 (file)
     <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
index 0c25eaa..07494b9 100644 (file)
       </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">