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

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed Jan 11 15:27:21 EST 2012


Steven Hawkins created TEIID-1896:
-------------------------------------

             Summary: 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list