You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by bu...@apache.org on 2018/01/29 14:35:18 UTC

svn commit: r1024520 - in /websites/staging/aries/trunk/content: ./ modules/jmx.html

Author: buildbot
Date: Mon Jan 29 14:35:18 2018
New Revision: 1024520

Log:
Staging update by buildbot for aries

Modified:
    websites/staging/aries/trunk/content/   (props changed)
    websites/staging/aries/trunk/content/modules/jmx.html

Propchange: websites/staging/aries/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jan 29 14:35:18 2018
@@ -1 +1 @@
-1820767
+1822510

Modified: websites/staging/aries/trunk/content/modules/jmx.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/jmx.html (original)
+++ websites/staging/aries/trunk/content/modules/jmx.html Mon Jan 29 14:35:18 2018
@@ -341,7 +341,12 @@ MBean is still registered if the service
 actual JMX Object Name to use for the registration.</p>
 <p>The name of the service as which the MBean service is registered is ignored by the Whiteboard.</p>
 <p>The service object, though, must be a valid JMX MBean: It has to either implement the <code>DynamicMBean</code> interface or implement
-an interface whose name is the object's (simple) class name with the <code>MBean</code> suffix.</p></div>
+an interface whose name is the object's (simple) class name with the <code>MBean</code> suffix.</p>
+<p>Additional Service Properties supported:</p>
+<ul>
+<li><code>warning.exceptions</code> (String+): One or more exception class names can be specified in this service property. If an exception occurs during the MBean registration and the exception
+is of one of these types mentioned, then this exception is logged as a warning. Otherwise the exception is logged as an error.</li>
+</ul></div>
             <!-- Content -->
           </td>
         </tr>