[jboss-jira] [JBoss JIRA] (WFLY-6950) JacORBSubsystemParser should create an OBJECT param for an OBJECT attribute
Brian Stansberry (JIRA)
issues at jboss.org
Fri Aug 12 11:18:00 EDT 2016
Brian Stansberry created WFLY-6950:
--------------------------------------
Summary: JacORBSubsystemParser should create an OBJECT param for an OBJECT attribute
Key: WFLY-6950
URL: https://issues.jboss.org/browse/WFLY-6950
Project: WildFly
Issue Type: Bug
Components: IIOP
Affects Versions: 10.1.0.CR1
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 11.0.0.Alpha1
The parser when parsing "properties" elements is producing a DMR param of ModelType.LIST of ModelType.PROPERTY instead of a param of ModelType.OBJECT, which is how the attribute is specified. This works ok although it results in storing the attribute value in non-canonical format. But this behavior blocks completion of WFCORE-1581 because it results in test failures once WFCORE-1581 is implemented. Tests that compare the model structure generated by a current version controller when it executes the parser's ops fail as that structure doesn't match what a legacy version controller produces. The mismatch is largely harmless, but it's much simpler to correct the parser than to code a workaround into the tests. Plus the parser is just wrong.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list