[jboss-cvs] JBossAS SVN: r110546 - branches/JBPAPP_5_1/cluster/src/main/org/jboss/ha/jndi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 4 20:42:42 EST 2011


Author: pferraro
Date: 2011-02-04 20:42:42 -0500 (Fri, 04 Feb 2011)
New Revision: 110546

Modified:
   branches/JBPAPP_5_1/cluster/src/main/org/jboss/ha/jndi/DetachedHANamingService.java
Log:
JBPAPP-3549 Misconfigured multicast address (mcast_addr) provides incorrect URL

Modified: branches/JBPAPP_5_1/cluster/src/main/org/jboss/ha/jndi/DetachedHANamingService.java
===================================================================
--- branches/JBPAPP_5_1/cluster/src/main/org/jboss/ha/jndi/DetachedHANamingService.java	2011-02-04 21:13:50 UTC (rev 110545)
+++ branches/JBPAPP_5_1/cluster/src/main/org/jboss/ha/jndi/DetachedHANamingService.java	2011-02-05 01:42:42 UTC (rev 110546)
@@ -715,7 +715,7 @@
              sb.append("could not bind to " + mcast_addr + " (" + type + " address)");
              sb.append("; make sure your mcast_addr is of the same type as the IP stack (IPv4 or IPv6).");
              sb.append("\nWill ignore mcast_addr, but this may lead to cross talking " +
-                     "(see http://www.jboss.com/wiki/Edit.jsp?page=CrossTalking for details). ");
+                     "(see http://community.jboss.org/wiki/CrossTalking for details). ");
              sb.append("\nException was: " + ex);
              log.warn(sb);
         }



More information about the jboss-cvs-commits mailing list