From: kfujino Date: Mon, 4 Oct 2010 06:47:17 +0000 (+0000) Subject: To avoid NoSuchMethodException, X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=23f67e712d2d161651c35e4a08739aca51b2460c;p=tomcat7.0 To avoid NoSuchMethodException, xmlValidation and xmlNamespaceAware are removed from the createStandardHost definition of mbeans-descriptors.xml. xmlValidation and xmlNamespaceAware are attributes of not Host but Contex. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004125 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/mbeans/mbeans-descriptors.xml b/java/org/apache/catalina/mbeans/mbeans-descriptors.xml index 85cf0165f..d83842299 100644 --- a/java/org/apache/catalina/mbeans/mbeans-descriptors.xml +++ b/java/org/apache/catalina/mbeans/mbeans-descriptors.xml @@ -232,12 +232,6 @@ - - diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index f3ca3fd9c..e84387f80 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -48,6 +48,11 @@ through the AsyncContext to ensure annotations are processed. Based on a patch by David Jencks. (markt) + + To avoid NoSuchMethodException, xmlValidation and xmlNamespaceAware are + removed from the createStandardHost definition + of mbeans-descriptors.xml. (kfujino) +