Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-788

Remote socket binding is not displayed if it's port uses a property expression

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • Unknown
    • 2.5.10, 2.8.10
    • None
    • None
    • Hide

      1.Change

      <outbound-socket-binding name="mail-smtp">
      <remote-destination host="localhost" port="25"/>
      </outbound-socket-binding>

      To **replacing port="25" with port="${app.smtp:25}" i.e an expression

      <outbound-socket-binding name="mail-smtp">
      <remote-destination host="localhost" port="${app.smtp:25}"/>
      </outbound-socket-binding>

      2. View the the "outbound remote" tab in http://localhost:9990/console/App.html#socket-bindings

      3. The mail-smtp outbound socket is no longer is visible in the console.

      Show
      1.Change <outbound-socket-binding name="mail-smtp"> <remote-destination host="localhost" port="25"/> </outbound-socket-binding> To **replacing port="25" with port="${app.smtp:25}" i.e an expression <outbound-socket-binding name="mail-smtp"> <remote-destination host="localhost" port="${app.smtp:25}"/> </outbound-socket-binding> 2. View the the "outbound remote" tab in http://localhost:9990/console/App.html#socket-bindings 3. The mail-smtp outbound socket is no longer is visible in the console.

    Description

      No outbound socket details are visible if any of the ports uses an expression

      Attachments

        Activity

          People

            hpehl@redhat.com Harald Pehl
            spyrkob Bartosz Spyrko-Smietanko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: