[jboss-jira] [JBoss JIRA] (WFLY-2883) ManagementResourceRegistration.getOverrideModel never returns null
Brian Stansberry (JIRA)
issues at jboss.org
Tue Apr 1 10:03:12 EDT 2014
[ https://issues.jboss.org/browse/WFLY-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFLY-2883:
-----------------------------------
Fix Version/s: 9.0.0.CR1
(was: 8.0.1.Final)
> 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: 9.0.0.CR1
>
>
> 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