[jboss-cvs] JBossAS SVN: r83509 - trunk/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:21:53 EST 2009


Author: galder.zamarreno at jboss.com
Date: 2009-01-27 13:21:53 -0500 (Tue, 27 Jan 2009)
New Revision: 83509

Modified:
   trunk/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: trunk/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java	2009-01-27 17:54:09 UTC (rev 83508)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/JChannelFactory.java	2009-01-27 18:21:53 UTC (rev 83509)
@@ -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$
  */
@@ -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