Author: kfujino
Date: Mon Oct 4 06:47:17 2010
New Revision: 1004125
URL: http://svn.apache.org/viewvc?rev=1004125&view=rev
Log:
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.
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml?rev=1004125&r1=1004124&r2=1004125&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml
(original)
+++ tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml Mon Oct
4 06:47:17 2010
@@ -232,12 +232,6 @@
<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>
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1004125&r1=1004124&r2=1004125&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Oct 4 06:47:17 2010
@@ -48,6 +48,11 @@
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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]