[jboss-jira] [JBoss JIRA] (WFLY-2883) ManagementResourceRegistration.getOverrideModel never returns null

Brian Stansberry (JIRA) issues at jboss.org
Sat Feb 8 23:13:28 EST 2014


Brian Stansberry created WFLY-2883:
--------------------------------------

             Summary: ManagementResourceRegistration.getOverrideModel never returns null
                 Key: WFLY-2883
                 URL: https://issues.jboss.org/browse/WFLY-2883
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Domain Management
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 8.0.1.Final


ManagementResourceRegistration.getOverrideModel ends up returning the wildcard registration if there is no override registration. This isn't correct.

The fix isn't trivial because fixing it results in nasty failures in the smoke tests. From looking at the uses of this method (which all involve a null check) I assume there are some bugs in the code that calls this method that get exposed once it does what it should.

This bug is the cause of the initial failure of my WFLY-2880 fix.

--
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