[teiid-issues] [JBoss JIRA] (TEIID-1896) incorrect xml generated from jsontoxml with nested arrays

Steven Hawkins (JIRA) issues at jboss.org
Fri Apr 11 14:16:14 EDT 2014


     [ https://issues.jboss.org/browse/TEIID-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins reopened TEIID-1896:
-----------------------------------


    
> 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.7
>
>
> 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: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list