Author: kfujino
Date: Mon Jun  6 06:39:57 2016
New Revision: 1746964

URL: http://svn.apache.org/viewvc?rev=1746964&view=rev
Log:
Fix error message when failed to register MBean.

Modified:
    tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties?rev=1746964&r1=1746963&r2=1746964&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties 
(original)
+++ tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties Mon Jun  
6 06:39:57 2016
@@ -35,7 +35,7 @@ lifecycleBase.invalidTransition=An inval
 lifecycleBase.setState=Setting state for [{0}] to [{1}]
 lifecycleBase.startFail=Failed to start component [{0}]
 lifecycleBase.stopFail=Failed to stop component [{0}]
-lifecycleMBeanBase.registerFail=Failed to register object [{0}] with name 
[{0}] during component initialisation
+lifecycleMBeanBase.registerFail=Failed to register object [{0}] with name 
[{1}] during component initialisation
 lifecycleMBeanBase.unregisterFail=Failed to unregister MBean with name [{0}] 
during component destruction
 lifecycleMBeanBase.unregisterNoServer=No MBean server was available to 
unregister the MBean [{0}]
 SecurityUtil.doAsPrivilege=An exception occurs when running the 
PrivilegedExceptionAction block.

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1746964&r1=1746963&r2=1746964&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Jun  6 06:39:57 2016
@@ -76,6 +76,9 @@
         from JAR manifests. Log errors at debug level due to many bad 
libraries.
         (remm)
       </fix>
+      <fix>
+        Fix error message when failed to register MBean. (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

Reply via email to