]
Steven Hawkins resolved TEIID-1896.
-----------------------------------
Fix Version/s: 8.0
(was: 7.7)
Resolution: Done
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: 8.0
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
For more information on JIRA, see: