[370379] Not all schema locations are honored for some WSDLs
diff --git a/bundles/org.eclipse.wst.xml.core/src-validation/org/eclipse/wst/xml/core/internal/validation/core/AbstractNestedValidator.java b/bundles/org.eclipse.wst.xml.core/src-validation/org/eclipse/wst/xml/core/internal/validation/core/AbstractNestedValidator.java index 4183f42..ff942ae 100644 --- a/bundles/org.eclipse.wst.xml.core/src-validation/org/eclipse/wst/xml/core/internal/validation/core/AbstractNestedValidator.java +++ b/bundles/org.eclipse.wst.xml.core/src-validation/org/eclipse/wst/xml/core/internal/validation/core/AbstractNestedValidator.java
@@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2010 IBM Corporation and others. + * Copyright (c) 2006, 2012 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -320,6 +320,13 @@ return validate(uri, inputstream, context); } + public ValidationReport validateWithSetup(String uri, InputStream inputstream, NestedValidatorContext context) + { + setupValidation(context); + return validate(uri, inputstream, context); + } + + /** * This method clears all the markers on the given IFile for a specified * validator.
diff --git a/features/org.eclipse.wst.xml_core.feature.patch/buildnotes_org.eclipse.wst.xml_core.feature.patch.html b/features/org.eclipse.wst.xml_core.feature.patch/buildnotes_org.eclipse.wst.xml_core.feature.patch.html index a7a08db..7579ccf 100644 --- a/features/org.eclipse.wst.xml_core.feature.patch/buildnotes_org.eclipse.wst.xml_core.feature.patch.html +++ b/features/org.eclipse.wst.xml_core.feature.patch/buildnotes_org.eclipse.wst.xml_core.feature.patch.html
@@ -7,8 +7,8 @@ <body> -<h1>WTP 3.2.2 Patches</h1> +<h1>WTP 3.2.3 Patches</h1> -<p>Bug <a href='https://bugs.eclipse.org/325818'>325818</a>. Attribute value parsed incorrectly in a jsp</p> +<p>Bug <a href='https://bugs.eclipse.org/370379'>370379</a>. Not all schema locations are honored for some WSDLs</p> </body> </head> \ No newline at end of file
diff --git a/features/org.eclipse.wst.xml_core.feature.patch/feature.properties b/features/org.eclipse.wst.xml_core.feature.patch/feature.properties index 26345db..99c61f3 100644 --- a/features/org.eclipse.wst.xml_core.feature.patch/feature.properties +++ b/features/org.eclipse.wst.xml_core.feature.patch/feature.properties
@@ -27,7 +27,7 @@ description=\ The bugs and fixes are described in the following bugzilla entries:\n\ \n\ -Bug https://bugs.eclipse.org/325818 Attribute value parsed incorrectly in a jsp\n\ +Bug https://bugs.eclipse.org/370379 Not all schema locations are honored for some WSDLs\n\ \n\ # "copyright" property - text of the "Feature Update Copyright" copyright=\
diff --git a/features/org.eclipse.wst.xml_core.feature.patch/feature.xml b/features/org.eclipse.wst.xml_core.feature.patch/feature.xml index 5835104..1c26037 100644 --- a/features/org.eclipse.wst.xml_core.feature.patch/feature.xml +++ b/features/org.eclipse.wst.xml_core.feature.patch/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.wst.xml_core.feature.patch" label="%featureName" - version="3.2.2.qualifier" + version="3.2.3.qualifier" provider-name="%providerName"> <description> @@ -22,11 +22,11 @@ </url> <requires> - <import feature="org.eclipse.wst.xml_core.feature" version="3.2.2.v201008170029-7C7OFXYF7RZHQHI5PyJwPT" patch="true"/> + <import feature="org.eclipse.wst.xml_core.feature" version="3.2.3.v201102160550-7C7OFXcF7RZHQKIkMxMsW_" patch="true"/> </requires> <plugin - id="org.eclipse.wst.sse.core" + id="org.eclipse.wst.xml.core" download-size="0" install-size="0" version="0.0.0"