[jboss-jira] [JBoss JIRA] (WFLY-2947) DefaultOperationDescriptionProvider uses incorrect call to create reply parameter description

Brian Stansberry (JIRA) issues at jboss.org
Mon Feb 17 20:37:47 EST 2014


Brian Stansberry created WFLY-2947:
--------------------------------------

             Summary: DefaultOperationDescriptionProvider uses incorrect call to create reply parameter description
                 Key: WFLY-2947
                 URL: https://issues.jboss.org/browse/WFLY-2947
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Domain Management
    Affects Versions: 8.0.0.Final
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 8.0.1.Final


When creating reply descriptions, DefaultOperationDescriptionProvider calls attributeDescriptionResolver.getOperationParameterDeprecatedDescription instead of attributeDescriptionResolver.getOperationReplyValueTypeDescription.

A fix needs to not break compatibility for existing users of the incorrect behavior; i.e. call the correct method in a try block, catch any MissingResourceException, and if caught call the incorrect method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list