[
https://issues.apache.org/jira/browse/CXF-1919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-1919.
------------------------------
Resolution: Fixed
Fix Version/s: 2.2.4
The correct number actually is 2 as the generator adds another corba:object to
the type map.
I think the problem is in the DOM implementation that may have changed in the
same timeframe. (different version of xerces or something). With XmlSchema
now and Xerces 2.9.1, it does resolve 2.
The main issue is the call to getElementsByTagName(tagname) which doesn't
really examine the namespaces and prefixes and such. I've changed the test to
actually look at the namespace + localpart.
> Corba unit test demands unexpected count, perhaps working around XmlSchema bug
> ------------------------------------------------------------------------------
>
> Key: CXF-1919
> URL: https://issues.apache.org/jira/browse/CXF-1919
> Project: CXF
> Issue Type: Bug
> Components: CORBA Binding
> Affects Versions: 2.2
> Reporter: Benson Margulies
> Assignee: Daniel Kulp
> Fix For: 2.2.4
>
>
> testWsAddressingAccountType asks for two corba:object elements. I only see
> one in the wsdl. I don't have a theory as to why this is related to XmlSchema
> fixes. In any case, I'm making the code accept either 1 or 2, and posting
> this JIRA to look for eventual attention from someone who actually
> understands CORBA.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.