-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.0_CR1
-
None
This appears lots of times and is invalid:
${jboss.jgroups.bind.address,jgroups.bind_addr,jboss.bind.address}
StringPropertyReplacer will only check for 2 property names, not 3. Since jboss.jgroups.bind.address is normally not set, the string ends up not being replaced.
Fix is to remove the middle property. If that system property is set, JGroups will use the value no matter what is in this file, so there is no benefit in try to use it in this file.