[jboss-jira] [JBoss JIRA] (WFCORE-489) The "access-mechanism" field in the active-operation resources is always undefined

Brian Stansberry (JIRA) issues at jboss.org
Wed Dec 24 08:43:29 EST 2014


Brian Stansberry created WFCORE-489:
---------------------------------------

             Summary: The "access-mechanism" field in the active-operation resources is always undefined
                 Key: WFCORE-489
                 URL: https://issues.jboss.org/browse/WFCORE-489
             Project: WildFly Core
          Issue Type: Bug
          Components: Domain Management
    Affects Versions: 1.0.0.Alpha15
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 1.0.0.Alpha16


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:

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

It should be accessMechanism.toString()



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list