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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 9 09:36:28 EDT 2009


Author: jmesnil
Date: 2009-10-09 09:36:27 -0400 (Fri, 09 Oct 2009)
New Revision: 8076

Modified:
   trunk/src/config/common/schema/hornetq-configuration.xsd
Log:
configuration schema

* fixed send-to-dla-on-no-route type to xsd:boolean

Modified: trunk/src/config/common/schema/hornetq-configuration.xsd
===================================================================
--- trunk/src/config/common/schema/hornetq-configuration.xsd	2009-10-09 12:26:24 UTC (rev 8075)
+++ trunk/src/config/common/schema/hornetq-configuration.xsd	2009-10-09 13:36:27 UTC (rev 8076)
@@ -450,7 +450,7 @@
         </xsd:element>
         <xsd:element maxOccurs="1" minOccurs="0" name="redistribution-delay" type="xsd:long">
         </xsd:element>
-        <xsd:element maxOccurs="1" minOccurs="0" name="send-to-dla-on-no-route" type="boolean">
+        <xsd:element maxOccurs="1" minOccurs="0" name="send-to-dla-on-no-route" type="xsd:boolean">
         </xsd:element>
       </xsd:all>
     <xsd:attribute name="match" type="xsd:string" use="required"/>



More information about the hornetq-commits mailing list