[jboss-cvs] JBoss Messaging SVN: r2006 - trunk/src/etc/xmdesc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jan 20 17:19:44 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-01-20 17:19:44 -0500 (Sat, 20 Jan 2007)
New Revision: 2006

Modified:
   trunk/src/etc/xmdesc/ConnectionFactory-xmbean.xml
Log:
adjusted the ConnectionFactory XMBean descriptor to the latest changes in method signatures (LoadBalancingFactory is now a String, not a org.jboss.jms.client.plugin.LoadBalancingFactory)

Modified: trunk/src/etc/xmdesc/ConnectionFactory-xmbean.xml
===================================================================
--- trunk/src/etc/xmdesc/ConnectionFactory-xmbean.xml	2007-01-20 18:42:09 UTC (rev 2005)
+++ trunk/src/etc/xmdesc/ConnectionFactory-xmbean.xml	2007-01-20 22:19:44 UTC (rev 2006)
@@ -91,7 +91,7 @@
    <attribute access="read-write" getMethod="getLoadBalancingFactory" setMethod="setLoadBalancingFactory">
       <description>The pluggable load balancing policy factory that is used to decide the next cluster node to create a clustered connection to</description>
       <name>LoadBalancingFactory</name>
-      <type>org.jboss.jms.client.plugin.LoadBalancingFactory</type>
+      <type>java.lang.String</type>
    </attribute>
 
    <!-- Managed operations -->




More information about the jboss-cvs-commits mailing list