-
Bug
-
Resolution: Done
-
Minor
-
10.1.0.CR1
-
None
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.
- blocks
-
WFCORE-1581 AttributeDefinition.convertToExpectedType can convert LIST of PROPERTY to OBJECT
- Resolved
- is cloned by
-
JBEAP-5621 JacORBSubsystemParser should create an OBJECT param for an OBJECT attribute
- Verified