]
Brian Stansberry updated WFCORE-363:
------------------------------------
Fix Version/s: 3.0.0.Alpha10
(was: 3.0.0.Alpha9)
ManagementResourceRegistration.getOverrideModel never returns null
------------------------------------------------------------------
Key: WFCORE-363
URL:
https://issues.jboss.org/browse/WFCORE-363
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Fix For: 3.0.0.Alpha10
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.