[teiid-issues] [JBoss JIRA] (TEIID-1914) Teiid cannot handle child elements belonging to a different namespace

Debbie Steigner (JIRA) jira-events at lists.jboss.org
Mon Jan 30 08:27:48 EST 2012


Debbie Steigner created TEIID-1914:
--------------------------------------

             Summary: Teiid cannot handle child elements belonging to a different namespace
                 Key: TEIID-1914
                 URL: https://issues.jboss.org/browse/TEIID-1914
             Project: Teiid
          Issue Type: Bug
          Components: Server
    Affects Versions: 7.6
            Reporter: Debbie Steigner
            Assignee: Steven Hawkins


In the case where a web service is returning a response similar to the
following:

<ns1:searchMidbWSResponse ... >
    < ns1:return>
        < ns1:Site>
            <ns2:PropOne>...</ ns2:PropOne>
            < ns2:PropTwo>...</ ns2:PropTwo>
            etc...
        </ ns1:Site>
    </ ns1:return>
</ ns1:searchMidbWSResponse>

Notice that all of the Site property elements belong to a different namespace
(alias=ns2) whereas the outer elements belong to the namespace with the ns1
alias.  It looks like EDS cannot handle child elements belonging to a different
namespace.


--
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