[hornetq-commits] JBoss hornetq SVN: r10026 - trunk/src/config/common/schema.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 9 13:27:40 EST 2010


Author: ataylor
Date: 2010-12-09 13:27:39 -0500 (Thu, 09 Dec 2010)
New Revision: 10026

Modified:
   trunk/src/config/common/schema/hornetq-configuration.xsd
Log:
allow cluster connections with no discovery set or connectors

Modified: trunk/src/config/common/schema/hornetq-configuration.xsd
===================================================================
--- trunk/src/config/common/schema/hornetq-configuration.xsd	2010-12-09 18:26:42 UTC (rev 10025)
+++ trunk/src/config/common/schema/hornetq-configuration.xsd	2010-12-09 18:27:39 UTC (rev 10026)
@@ -361,7 +361,7 @@
 			<xsd:element maxOccurs="1" minOccurs="0" name="confirmation-window-size" type="xsd:int">
 			</xsd:element>
 			<xsd:choice>
-				<xsd:element maxOccurs="1" minOccurs="1" name="static-connectors">
+				<xsd:element maxOccurs="1" minOccurs="0" name="static-connectors">
                     <xsd:complexType>
                         <xsd:sequence>
                             <xsd:element maxOccurs="unbounded" minOccurs="0" name="connector-ref" type="xsd:string"/>
@@ -369,7 +369,7 @@
                         <xsd:attribute name="allow-direct-connections-only" type="xsd:boolean" use="optional"/>
                     </xsd:complexType>
                 </xsd:element>	
-				<xsd:element maxOccurs="1" minOccurs="1" name="discovery-group-ref">
+				<xsd:element maxOccurs="1" minOccurs="0" name="discovery-group-ref">
 					<xsd:complexType>
 						<xsd:attribute name="discovery-group-name" type="xsd:IDREF" use="required">
 						</xsd:attribute>



More information about the hornetq-commits mailing list