This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new febda9a Fix key names
febda9a is described below
commit febda9acf2a9d6ed833382c4c49eec8964bc1431
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Feb 5 11:30:44 2021 +0000
Fix key names
---
java/org/apache/catalina/mbeans/MBeanFactory.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/catalina/mbeans/MBeanFactory.java
b/java/org/apache/catalina/mbeans/MBeanFactory.java
index ea963d1..8dcee63 100644
--- a/java/org/apache/catalina/mbeans/MBeanFactory.java
+++ b/java/org/apache/catalina/mbeans/MBeanFactory.java
@@ -434,7 +434,7 @@ public class MBeanFactory {
new String [] {"java.lang.String"});
}
} else {
- throw new
IllegalStateException(sm.getString("mBeanFactory.contextRemove.addServicedFail",
contextName));
+ throw new
IllegalStateException(sm.getString("mBeanFactory.contextCreate.addServicedFail",
contextName));
}
} else {
log.warn(sm.getString("mBeanFactory.noDeployer",
pname.getKeyProperty("host")));
@@ -732,7 +732,7 @@ public class MBeanFactory {
new String[] {"java.lang.String"});
}
} else {
- throw new
IllegalStateException(sm.getString("mBeanFactory.removeCreate.addServicedFail",
pathStr));
+ throw new
IllegalStateException(sm.getString("mBeanFactory.removeContext.addServicedFail",
pathStr));
}
} else {
log.warn(sm.getString("mBeanFactory.noDeployer", hostName));
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]