Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-4670

Invalid system property substitution syntax in binding service config

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • EAP_EWP 5.1.0_CR2
    • EAP_EWP 5.1.0_CR1
    • Clustering
    • 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.

              bstansbe@redhat.com Brian Stansberry
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: