To avoid NoSuchMethodException,
authorkfujino <kfujino@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Oct 2010 06:47:17 +0000 (06:47 +0000)
committerkfujino <kfujino@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Oct 2010 06:47:17 +0000 (06:47 +0000)
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

java/org/apache/catalina/mbeans/mbeans-descriptors.xml
webapps/docs/changelog.xml

index 85cf016..d838422 100644 (file)
       <parameter name="unpackWARs"
           description="Unpack WARs property"
                type="boolean"/>
-      <parameter name="xmlNamespaceAware"
-          description="Attribute value used to turn on/off XML namespace awareness"
-               type="boolean"/>
-      <parameter name="xmlValidation"
-               description="Attribute value used to turn on/off XML validation"
-               type="boolean"/>
     </operation>
 
 
index f3ca3fd..e84387f 100644 (file)
         through the AsyncContext to ensure annotations are processed. Based on a
         patch by David Jencks. (markt)
       </fix>
+      <fix>
+        To avoid NoSuchMethodException, xmlValidation and xmlNamespaceAware are 
+        removed from the createStandardHost definition 
+        of mbeans-descriptors.xml. (kfujino)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">