This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit adf93c80384b0f2dad1d1dedd1716e88a17f222c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Apr 23 22:07:26 2020 +0100

    Order matters
---
 .../org/apache/tomcat/jdbc/pool/interceptor/mbeans-descriptors.xml     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/mbeans-descriptors.xml
 
b/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/mbeans-descriptors.xml
index f10978e..965fa16 100644
--- 
a/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/mbeans-descriptors.xml
+++ 
b/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/mbeans-descriptors.xml
@@ -26,7 +26,6 @@
     <attribute description="The name of the connection pool this Jmx bean is 
representing" name="poolName" type="java.lang.String" writeable="false"/>
     <attribute description="List of all registered connections pools" 
name="poolNames" type="[java.lang.String;" writeable="false"/>
     <attribute description="All the recorded query stats. " 
name="slowQueriesCD" type="[javax.management.openmbean.CompositeData;" 
writeable="false"/>
-    <operation description="Clears all the query stats" impact="ACTION" 
name="resetStats" returnType="void"/>
 
     <notification description="Notification sent out by the slow query report 
when a query exceeds the threshold" name="slow-query">
       <notification-type>Slow query</notification-type>
@@ -35,5 +34,7 @@
     <notification description="Notification sent out by the slow query report 
when a query fails execution" name="failed-query">
       <notification-type>Failed query execution</notification-type>
     </notification>
+
+    <operation description="Clears all the query stats" impact="ACTION" 
name="resetStats" returnType="void"/>
   </mbean>
 </mbeans-descriptors>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to