[jboss-cvs] JBossAS SVN: r99425 - projects/jboss-threads/trunk/jboss-threads-metadata/src/main/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 14 14:50:19 EST 2010


Author: david.lloyd at jboss.com
Date: 2010-01-14 14:50:19 -0500 (Thu, 14 Jan 2010)
New Revision: 99425

Modified:
   projects/jboss-threads/trunk/jboss-threads-metadata/src/main/resources/schema/jboss-threads_2_0.xsd
Log:
core-threads is optional; max-threads is not

Modified: projects/jboss-threads/trunk/jboss-threads-metadata/src/main/resources/schema/jboss-threads_2_0.xsd
===================================================================
--- projects/jboss-threads/trunk/jboss-threads-metadata/src/main/resources/schema/jboss-threads_2_0.xsd	2010-01-14 19:49:53 UTC (rev 99424)
+++ projects/jboss-threads/trunk/jboss-threads-metadata/src/main/resources/schema/jboss-threads_2_0.xsd	2010-01-14 19:50:19 UTC (rev 99425)
@@ -212,9 +212,9 @@
             </xsd:documentation>
         </xsd:annotation>
         <xsd:all>
-            <xsd:element name="core-threads" type="scaled-count"/>
+            <xsd:element name="core-threads" type="scaled-count" minOccurs="0"/>
             <xsd:element name="queue-length" type="scaled-count"/>
-            <xsd:element name="max-threads" type="scaled-count" minOccurs="0"/>
+            <xsd:element name="max-threads" type="scaled-count"/>
             <xsd:element name="keepalive-time" type="time" minOccurs="0"/>
             <xsd:element name="task-filter" type="task-filter" minOccurs="0"/>
             <xsd:element name="thread-factory" type="ref" minOccurs="0"/>




More information about the jboss-cvs-commits mailing list