Hi Bill,

my friend Xerces doesn't like your latest change:

SEVERE: Parse Error at line 325 column 11: The content of element type "mbean" must match
"(attribute*,constructor*,notification*,operation*)".
org.xml.sax.SAXParseException: The content of element type "mbean" must match "(attribute
*,constructor*,notification*,operation*)".
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Sou
rce)

Remove the / at the end of the description element :-)

+ <attribute name="disableUploadTimeout"
+ description="Should Tomcat ignore setting a timeout for uploads?" />
+ type="boolean"/>

Should be

<attribute name="disableUploadTimeout"
description="Should Tomcat ignore setting a timeout for uploads?" >
type="boolean"/>



-- Jeanfrancois

[EMAIL PROTECTED] wrote:

billbarker 2002/11/26 23:45:19

Modified: catalina/src/share/org/apache/catalina/mbeans
mbeans-descriptors.xml
Log:
Porting from 4.x branch.
Revision Changes Path
1.11 +5 -1 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
Index: mbeans-descriptors.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mbeans-descriptors.xml 22 Nov 2002 22:25:17 -0000 1.10
+++ mbeans-descriptors.xml 27 Nov 2002 07:45:19 -0000 1.11
@@ -318,6 +318,10 @@
description="Should Tomcat perform all authentications?"
type="boolean"/>
+ <attribute name="disableUploadTimeout"
+ description="Should Tomcat ignore setting a timeout for uploads?" />
+ type="boolean"/>
+
</mbean>

--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to