[jboss-jira] [JBoss JIRA] (WFLY-2873) TestParser cannot marshal empty subsystems
Brian Stansberry (JIRA)
issues at jboss.org
Wed Feb 5 15:38:28 EST 2014
Brian Stansberry created WFLY-2873:
--------------------------------------
Summary: TestParser cannot marshal empty subsystems
Key: WFLY-2873
URL: https://issues.jboss.org/browse/WFLY-2873
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Domain Management, Test Suite
Affects Versions: 8.0.0.CR1
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 8.0.0.Final
TestParser (used in subsystem test framework) will only marshal if the subsystem's ModelNode isDefined(). But for simple subsystems with no attributes it doesn't have to be defined.
It should just check for node existence -- parentNode.has(subsystemName) -- not whether the node is defined.
--
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