]
Steven Hawkins resolved TEIID-1896.
-----------------------------------
Resolution: Done
Corrected the generation logic to more naturally begin/end elements.
incorrect xml generated from jsontoxml with nested arrays
---------------------------------------------------------
Key: TEIID-1896
URL:
https://issues.jboss.org/browse/TEIID-1896
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.6.1
Non-root arrays are being nested, which is against the expectation defined in the
reference. Instead of:
<root>
<x>
<x>1</x>
<x>1</x>
</x>
</root>
it should be:
<root>
<x>1</x>
<x>1</x>
</root>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: