[
https://issues.apache.org/jira/browse/WSCOMMONS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davanum Srinivas resolved WSCOMMONS-291.
----------------------------------------
Resolution: Fixed
Already fixed in svn. Please see
https://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java?view=annotate
-- dims
> Schema URI discarded for two-element read overload of XmlSchemaCollection
> -------------------------------------------------------------------------
>
> Key: WSCOMMONS-291
> URL: https://issues.apache.org/jira/browse/WSCOMMONS-291
> Project: WS-Commons
> Issue Type: Bug
> Components: XmlSchema
> Reporter: Benson Margulies
>
> The 'null' in the builder call should be 'uri'.
> public XmlSchema read(Element elem, String uri) {
> SchemaBuilder builder = new SchemaBuilder(this, null);
> XmlSchema xmlSchema = builder.handleXmlSchemaElement(elem, null);
>
> xmlSchema.setInputEncoding(DOMUtil.getInputEncoding(elem.getOwnerDocument()));
> return xmlSchema;
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]