[
https://issues.apache.org/jira/browse/XMLSCHEMA-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249315#comment-13249315
]
Hudson commented on XMLSCHEMA-7:
--------------------------------
Integrated in xmlschema-trunk-jdk15 #24 (See
[https://builds.apache.org/job/xmlschema-trunk-jdk15/24/])
[XMLSCHEMA-7] Fix issues with multiple xsd:key/keyrefs not being output.
Patch from Marc Giger applied (Revision 1310816)
Result = SUCCESS
dkulp :
Files :
*
/webservices/xmlschema/trunk/xmlschema-core/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java
*
/webservices/xmlschema/trunk/xmlschema-core/src/main/java/org/apache/ws/commons/schema/utils/DOMUtil.java
*
/webservices/xmlschema/trunk/xmlschema-core/src/test/java/tests/ConstraintsTest.java
* /webservices/xmlschema/trunk/xmlschema-core/src/test/resources/constraints.xsd
> Only the first xsd:key and xsd:keyref elements are added to the schema
> structure when persing a schema
> ------------------------------------------------------------------------------------------------------
>
> Key: XMLSCHEMA-7
> URL: https://issues.apache.org/jira/browse/XMLSCHEMA-7
> Project: XmlSchema
> Issue Type: Bug
> Affects Versions: XmlSchema 1.4.6
> Reporter: Steve Potter
> Assignee: Daniel Kulp
> Fix For: 2.0.2
>
> Attachments: XMLSCHEMA-7.patch
>
>
> When multiple xsd:key and xsd:keyref elements are added for a single
> xsd:element, only the first are added to the schema structure. The problem
> is solved by replacing calls to XDOMUtil.getNextSiblingElement by
> XDOMUtil.getNextSiblingElementNS at lines 1432 and 1446 in class
> SchemaBuilder.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]