Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-489

The "access-mechanism" field in the active-operation resources is always undefined

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 1.0.0.Beta4
    • 1.0.0.Alpha15
    • Management
    • None

    Description

      The "access-mechanism" field in core-service=management/service=active-operations/active-operation=* is always undefined. The code that sets it is using the wrong var:

      ModelNode accessMechanismNode = model.get(ACCESS_MECHANISM);
      if (accessMechanism != null) {
          accessMechanismNode.set(accessMechanismNode.toString());
      }
      

      It should be accessMechanism.toString()

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: