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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 29 07:47:30 EDT 2010


Author: ataylor
Date: 2010-03-29 07:47:29 -0400 (Mon, 29 Mar 2010)
New Revision: 8997

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

Modified: projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml
===================================================================
--- projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml	2010-03-29 11:46:06 UTC (rev 8996)
+++ projects/jopr-plugin/trunk/src/resources/META-INF/rhq-plugin.xml	2010-03-29 11:47:29 UTC (rev 8997)
@@ -7,7 +7,7 @@
                  displayName="Name"
                  description="name of this destination"
                  dataType="trait" displayType="summary"/>
-                 <metric property="getJNDIBinding"
+                 <metric property="getJNDIBindings"
                  displayName="JNDI Binding"
                  description="JNDI Binding of this destination"
                  dataType="trait" displayType="summary"/>
@@ -242,7 +242,7 @@
                   <c:description>The name of the queue</c:description>
                </c:simple-property>
                <c:simple-property name="jndiBindings" displayName="JNDI Name" required="true" readOnly="true">
-                  <c:description>The JNDI name of the queue. This will be used when looking up the queue using the naming server</c:description>
+                  <c:description>comma-separated list of JNDI bindings (use '&amp;comma;' if u need to use commas in your jndi name)</c:description>
                </c:simple-property>
                <c:simple-property name="dla" displayName="Dead Letter Address" required="false">
                   <c:description>The address to route messages to once the message has been delivered more than the configured number of times. This is specified by 'Max Delivery Attempts'</c:description>
@@ -439,7 +439,7 @@
                   <c:description>The Name of the topic to deploy</c:description>
                </c:simple-property>
                <c:simple-property name="jndiBindings" displayName="JNDI Name" required="true" readOnly="true">
-                  <c:description>The JNDI name of the queue. This will be used when looking up the queue using the naming server</c:description>
+                  <c:description>comma-separated list of JNDI bindings (use '&amp;comma;' if u need to use commas in your jndi name)</c:description>
                </c:simple-property>
                <c:simple-property name="dla" displayName="Dead Letter Address" required="false">
                   <c:description>The address to route messages to once the message has been delivered more than the configured number of times. This is specified by 'Max Delivery Attempts'</c:description>
@@ -546,7 +546,7 @@
                  displayName="Name"
                  description="name of this connection factory"
                  dataType="trait" displayType="summary"/>
-         <metric property="getBindings"
+         <metric property="getJNDIBindings"
                  displayName="JNDI Bindings"
                  description="JNDI Bindings of this connection factory"
                  dataType="trait" displayType="summary"/>
@@ -555,8 +555,8 @@
                <c:simple-property name="name" displayName="Connection Factory Name" required="true" readOnly="true">
                   <c:description>Name of the connection factory to deploy</c:description>
                </c:simple-property>
-               <c:simple-property name="Bindings" displayName="Connection Factory JNDI Bindings" required="true" readOnly="true">
-                  <c:description>JNDI Bindings of the connection factory to deploy</c:description>
+               <c:simple-property name="Bindings" displayName="JNDI Bindings" required="true" readOnly="true">
+                  <c:description>comma-separated list of JNDI bindings (use '&amp;comma;' if u need to use commas in your jndi name)</c:description>
                </c:simple-property>
                <c:simple-property name="liveTransportClassNames"
                   default="org.hornetq.integration.transports.netty.NettyConnectorFactory"



More information about the hornetq-commits mailing list