[jboss-cvs] JBossAS SVN: r83511 - branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 27 13:23:47 EST 2009


Author: galder.zamarreno at jboss.com
Date: 2009-01-27 13:23:47 -0500 (Tue, 27 Jan 2009)
New Revision: 83511

Modified:
   branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java
Log:
[JBAS-6423] Change debug to warn for the message indicating that host based UID strategy was used for defining a node GUID for the cluster.

Modified: branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java
===================================================================
--- branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java	2009-01-27 18:22:43 UTC (rev 83510)
+++ branches/Branch_5_x/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java	2009-01-27 18:23:47 UTC (rev 83511)
@@ -80,6 +80,7 @@
  * </p>
  * 
  * @author <a href="mailto://brian.stansberry@jboss.com">Brian Stansberry</a>
+ * @author <a href="mailto:galder.zamarreno at jboss.com">Galder Zamarreno</a>
  * 
  * @version $Revision: 69425 $
  */
@@ -774,9 +775,10 @@
       }
       else
       {
-         log.debug("JNDI has been found but the service wasn't started so we cannot " +
-                   "be entirely sure we are the only one that wants to use this PORT " +
-                   "as a GUID on this host.");
+         log.warn("JNDI has been found but the service wasn't started. Most likely, " +
+               "HAPartition bean is missing dependency on JBoss Naming. " +
+               "Instead using host based UID strategy for defining a node " +
+               "GUID for the cluster.");
       }
 
       // 2nd: host-GUID strategy




More information about the jboss-cvs-commits mailing list