[hornetq-commits] JBoss hornetq SVN: r9996 - projects/jopr-plugin/trunk/src/resources/META-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 6 04:14:42 EST 2010


Author: ataylor
Date: 2010-12-06 04:14:41 -0500 (Mon, 06 Dec 2010)
New Revision: 9996

Modified:
   projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml
Log:
fix required attr

Modified: projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml
===================================================================
--- projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml	2010-12-06 09:12:16 UTC (rev 9995)
+++ projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml	2010-12-06 09:14:41 UTC (rev 9996)
@@ -631,7 +631,7 @@
                </c:simple-property>
                <c:simple-property name="connectorNames"
                   default="netty"
-                  readOnly="true" required="false"
+                  readOnly="true" required="true"
                   displayName="Connectors to live servers">
                   <c:description>comma-separated list of either connector names or a discovery group name</c:description>
                </c:simple-property>



More information about the hornetq-commits mailing list